compat = false; 
if( parseInt( navigator.appVersion ) >= 3 ) { compat = true; } 
width = 141 
height = 21 
if( compat ) 
{ 
tool1on = new Image;(width, height) 
tool1on.src = "images/new1-2.gif"; 
tool1off = new Image;(width, height) 
tool1off.src = "images/new1.gif"; 
tool2on = new Image;(width, height) 
tool2on.src = "images/new2-2.gif"; 
tool2off = new Image;(width, height) 
tool2off.src = "images/new2.gif"; 
tool3on = new Image;(width, height) 
tool3on.src = "images/newl2_09.gif"; 
tool3off = new Image;(width, height) 
tool3off.src = "images/newl_09.gif"; 
tool4on = new Image;(width, height) 
tool4on.src = "images/new4-2.gif"; 
tool4off = new Image;(width, height) 
tool4off.src = "images/new4.gif"; 
tool5on = new Image;(width, height) 
tool5on.src = "images/new5-2.gif"; 
tool5off = new Image;(width, height) 
tool5off.src = "images/new5.gif"; 
tool6on = new Image;(width, height) 
tool6on.src = "images/new3-2.gif"; 
tool6off = new Image;(width, height) 
tool6off.src = "images/new3.gif"; 
tool7on = new Image;(width, height) 
tool7on.src = "images/new6-2.gif"; 
tool7off = new Image;(width, height) 
tool7off.src = "images/new6.gif"; 
tool8on = new Image;(width, height) 
tool8on.src = "images/new7-2.gif"; 
tool8off = new Image;(width, height) 
tool8off.src = "images/new7.gif"; 
} 
function glow(x, y) 
{   if( compat ) { document.images[x].src=eval(y+'.src'); }}