<!-- 
browserName=navigator.appName; 
browserVer=parseInt(navigator.appVersion); 
if ((browserName=="Netscape" && browserVer>=3) || (browserName=="Microsoft Internet Explorer" && browserVer>=4)) 
version="n3"; 
else 
version="n2"; 
if (version=="n3") 
{ 
pic1on= new Image(136,36); 
pic1on.src="images/tab_01on.gif"; 
pic2on= new Image(136,36); 
pic2on.src="images/tab_02on.gif";
pic3on= new Image(136,36); 
pic3on.src="images/tab_03on.gif";
pic4on= new Image(136,36); 
pic4on.src="images/tab_04on.gif";
pic5on= new Image(136,36); 
pic5on.src="images/tab_05on.gif";


pic11on= new Image(136,36); 
pic11on.src="images/tab_1on.gif"; 
pic22on= new Image(136,36); 
pic22on.src="images/tab_2on.gif";
pic33on= new Image(136,36); 
pic33on.src="images/tab_3on.gif";


pic111on= new Image(136,36); 
pic111on.src="images/tab_111on.gif"; 
pic222on= new Image(136,36); 
pic222on.src="images/tab_222on.gif";
pic333on= new Image(136,36); 
pic333on.src="images/tab_333on.gif";

picaon= new Image(136,36); 
picaon.src="images/tab_0aon.gif"; 
picbon= new Image(136,36); 
picbon.src="images/tab_0bon.gif";
piccon= new Image(136,36); 
piccon.src="images/tab_0con.gif";
picdon= new Image(136,36); 
picdon.src="images/tab_0don.gif";
piceon= new Image(136,36); 
piceon.src="images/tab_0eon.gif";
picfon= new Image(136,36); 
picfon.src="images/tab_0fon.gif";

pic1off= new Image(136,36); 
pic1off.src="images/tab_01.gif"; 
pic2off= new Image(136,36); 
pic2off.src="images/tab_02.gif"; 
pic3off= new Image(136,36); 
pic3off.src="images/tab_03.gif";
pic4off= new Image(136,36); 
pic4off.src="images/tab_04.gif";
pic5off= new Image(136,36); 
pic5off.src="images/tab_05.gif";

pic11off= new Image(136,36); 
pic11off.src="images/tab_1.gif"; 
pic22off= new Image(136,36); 
pic22off.src="images/tab_2.gif"; 
pic33off= new Image(136,36); 
pic33off.src="images/tab_3.gif";

pic111off= new Image(136,36); 
pic111off.src="images/tab_111.gif"; 
pic222off= new Image(136,36); 
pic222off.src="images/tab_222.gif"; 
pic333off= new Image(136,36); 
pic333off.src="images/tab_333.gif";

picaoff= new Image(136,36); 
picaoff.src="images/tab_0a.gif"; 
picboff= new Image(136,36); 
picboff.src="images/tab_0b.gif"; 
piccoff= new Image(136,36); 
piccoff.src="images/tab_0c.gif";
picdoff= new Image(136,36); 
picdoff.src="images/tab_0d.gif";
piceoff= new Image(136,36); 
piceoff.src="images/tab_0e.gif";
picfoff= new Image(136,36); 
picfoff.src="images/tab_0f.gif";
} 

function lightup(imgName) 
{ 
if (version=="n3") 
{ 
imgOn=eval(imgName + "on.src"); 
document[imgName].src= imgOn; 
} 
} 

function turnoff(imgName) 
{ 
if (version=="n3") 
{ 
imgOff=eval(imgName + "off.src"); 
document[imgName].src= imgOff; 
} 
} 
//-->