compat = false; 
if( parseInt( navigator.appVersion ) >= 3 ) { compat = true; } 
width = 141 
height = 21 
if( compat ) 
{ 
tool1on = new Image;(width, height) 
tool1on.src = "images/ceco2_02.gif"; 
tool1off = new Image;(width, height) 
tool1off.src = "images/ceco_02.gif"; 
tool2on = new Image;(width, height) 
tool2on.src = "images/ceco2_03.gif"; 
tool2off = new Image;(width, height) 
tool2off.src = "images/ceco_03.gif"; 
tool3on = new Image;(width, height) 
tool3on.src = "images/ceco2_04.gif"; 
tool3off = new Image;(width, height) 
tool3off.src = "images/ceco_04.gif"; 
tool4on = new Image;(width, height) 
tool4on.src = "images/ceco2_05.gif"; 
tool4off = new Image;(width, height) 
tool4off.src = "images/ceco_05.gif"; 
tool5on = new Image;(width, height) 
tool5on.src = "images/ceco2_06.gif"; 
tool5off = new Image;(width, height) 
tool5off.src = "images/ceco_06.gif";  
} 
function glow(x, y) 
{   if( compat ) { document.images[x].src=eval(y+'.src'); }}