if (parent.location.href != window.location.href) 
  parent.location.href = window.location.href;

if (document.images)
{
ch1on  = new Image(77,28); ch1on.src  = '../img/1on.jpg';
ch1off = new Image(77,28); ch1off.src = '../img/1off.jpg';
ch2on  = new Image(77,28); ch2on.src  = '../img/2on.jpg';
ch2off = new Image(77,28); ch2off.src = '../img/2off.jpg';
ch3on  = new Image(77,28); ch3on.src  = '../img/3on.jpg';
ch3off = new Image(77,28); ch3off.src = '../img/3off.jpg';
ch4on  = new Image(77,28); ch4on.src  = '../img/4on.jpg';
ch4off = new Image(77,28); ch4off.src = '../img/4off.jpg';
ch5on  = new Image(77,28); ch5on.src  = '../img/5on.jpg';
ch5off = new Image(77,28); ch5off.src = '../img/5off.jpg';
ch6on  = new Image(77,28); ch6on.src  = '../img/6on.jpg';
ch6off = new Image(77,28); ch6off.src = '../img/6off.jpg';
ch7on  = new Image(77,28); ch7on.src  = '../img/7on.jpg';
ch7off = new Image(77,28); ch7off.src = '../img/7off.jpg';
ch1son  = new Image(77,28); ch1son.src  = '../img/1son.jpg';
ch1soff = new Image(77,28); ch1soff.src = '../img/1soff.jpg';
ch2son  = new Image(77,28); ch2son.src  = '../img/2son.jpg';
ch2soff = new Image(77,28); ch2soff.src = '../img/2soff.jpg';
ch3son  = new Image(77,28); ch3son.src  = '../img/3son.jpg';
ch3soff = new Image(77,28); ch3soff.src = '../img/3soff.jpg';
ch4son  = new Image(77,28); ch4son.src  = '../img/4son.jpg';
ch4soff = new Image(77,28); ch4soff.src = '../img/4soff.jpg';
ch5son  = new Image(77,28); ch5son.src  = '../img/5son.jpg';
ch5soff = new Image(77,28); ch5soff.src = '../img/5soff.jpg';
ch6son  = new Image(77,28); ch6son.src  = '../img/6son.jpg';
ch6soff = new Image(77,28); ch6soff.src = '../img/6soff.jpg';
ch7son  = new Image(77,28); ch7son.src  = '../img/7son.jpg';
ch7soff = new Image(77,28); ch7soff.src = '../img/7soff.jpg';
}
function on(Name)
{
if (document.images)
{
document[Name].src= eval(Name + "on.src");
}
}
function off(Name)
{
if (document.images)
{
document[Name].src= eval(Name + "off.src");
}
}
