pic1on= new Image(50,50);pic1on.src=''+path+'images/buttons/768/home_orange.gif';
pic1off= new Image(50,50);pic1off.src=''+path+'images/buttons/768/home_yellow.gif';
pic2on= new Image(45,50);pic2on.src=''+path+'images/buttons/768/news_orange.gif';
pic2off= new Image(45,50);pic2off.src=''+path+'images/buttons/768/news_yellow.gif';
pic3on= new Image(100,50);pic3on.src=''+path+'images/buttons/768/discography_orange.gif';
pic3off= new Image(100,50);pic3off.src=''+path+'images/buttons/768/discography_yellow.gif';
pic4on= new Image(65,50);pic4on.src=''+path+'images/buttons/768/histories_orange.gif';
pic4off= new Image(65,50);pic4off.src=''+path+'images/buttons/768/histories_yellow.gif';
pic5on= new Image(85,50);pic5on.src=''+path+'images/buttons/768/mailorder_orange.gif';
pic5off= new Image(85,50);pic5off.src=''+path+'images/buttons/768/mailorder_yellow.gif';
pic6on= new Image(50,50);pic6on.src=''+path+'images/buttons/768/home_yellow.gif';
pic6off= new Image(50,50);pic6off.src=''+path+'images/buttons/768/home_orange.gif';
pic7on= new Image(45,50);pic7on.src=''+path+'images/buttons/768/news_yellow.gif';
pic7off= new Image(45,50);pic7off.src=''+path+'images/buttons/768/news_orange.gif';
pic8on= new Image(100,50);pic8on.src=''+path+'images/buttons/768/discography_yellow.gif';
pic8off= new Image(100,50);pic8off.src=''+path+'images/buttons/768/discography_orange.gif';
pic9on= new Image(65,50);pic9on.src=''+path+'images/buttons/768/histories_yellow.gif';
pic9off= new Image(65,50);pic9off.src=''+path+'images/buttons/768/histories_orange.gif';
pic10on= new Image(85,50);pic10on.src=''+path+'images/buttons/768/mailorder_yellow.gif';
pic10off= new Image(85,50);pic10off.src=''+path+'images/buttons/768/mailorder_orange.gif';
pic11on= new Image(100,50);pic11on.src=''+path+'images/buttons/768/top_yellow.gif';
pic11off= new Image(100,50);pic11off.src=''+path+'images/buttons/768/top_orange.gif';
pic12on= new Image(50,50);pic12on.src=''+path+'images/buttons/768/back_yellow.gif';
pic12off= new Image(50,50);pic12off.src=''+path+'images/buttons/768/back_orange.gif';
function lightup(imgName){imgOn=eval(imgName + "on.src");document[imgName].src= imgOn;}
function turnoff(imgName)	{imgOff=eval(imgName + "off.src");document[imgName].src= imgOff;}
