<!--
if (document.images)
{
pic1on= new Image(100,25);
pic1on.src="http://www.muzikarena.co.uk/images/homelight.gif";

pic2on= new Image(100,25);
pic2on.src="http://www.muzikarena.co.uk/images/mymusiclight.gif";

pic3on= new Image(100,25);
pic3on.src="http://www.muzikarena.co.uk/images/yourmusiclight.gif";

pic4on= new Image(100,25);
pic4on.src="http://www.muzikarena.co.uk/images/haveyoursaylight.gif";

pic5on= new Image(100,25);
pic5on.src="http://www.muzikarena.co.uk/images/learntoplaylight.gif";

pic6on= new Image(100,25);
pic6on.src="http://www.muzikarena.co.uk/images/extraslight.gif";

pic1off= new Image(100,25);
pic1off.src="http://www.muzikarena.co.uk/images/home.gif";

pic2off= new Image(100,25);
pic2off.src="http://www.muzikarena.co.uk/images/mymusic.gif";

pic3off= new Image(100,25);
pic3off.src="http://www.muzikarena.co.uk/images/yourmusic.gif";

pic4off= new Image(100,25);
pic4off.src="http://www.muzikarena.co.uk/images/haveyoursay.gif";

pic5off= new Image(100,25);
pic5off.src="http://www.muzikarena.co.uk/images/learntoplay.gif";
 
pic6off= new Image(100,25);
pic6off.src="http://www.muzikarena.co.uk/images/extras.gif";
}

function lightup(imgName)
{if (document.images)
{
imgOn=eval(imgName + "on.src");
document[imgName].src= imgOn;
}
}

function turnoff(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }


// end hiding script from old browsers -->
