pic1on= new Image(62,12); pic1on.src='images/home_y.gif';
pic1off= new Image(62,12); pic1off.src='images/home.gif';
pic2on= new Image(68,12); pic2on.src='images/about_y.gif';
pic2off= new Image(68,12); pic2off.src='images/about.gif';
pic3on= new Image(60,12); pic3on.src='images/news_y.gif';
pic3off= new Image(60,12); pic3off.src='images/news.gif';
pic4on= new Image(56,12); pic4on.src='images/live_y.gif';
pic4off= new Image(56,12); pic4off.src='images/live.gif';
pic5on= new Image(65,12); pic5on.src='images/links_y.gif';
pic5off= new Image(65,12); pic5off.src='images/links.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;}