compat = false; 
if( parseInt( navigator.appVersion ) >= 3 ) { compat = true; } 
width = 141 
height = 21 
if( compat ) 
{ 
tool1on = new Image;(width, height) 
tool1on.src = "images/jd2_03.gif"; 
tool1off = new Image;(width, height) 
tool1off.src = "images/jd_03.gif"; 
tool2on = new Image;(width, height) 
tool2on.src = "images/jd2_04.gif"; 
tool2off = new Image;(width, height) 
tool2off.src = "images/jd_04.gif"; 
tool3on = new Image;(width, height) 
tool3on.src = "images/jd2_05.gif"; 
tool3off = new Image;(width, height) 
tool3off.src = "images/jd_05.gif"; 
tool4on = new Image;(width, height) 
tool4on.src = "images/jd2_06.gif"; 
tool4off = new Image;(width, height) 
tool4off.src = "images/jd_06.gif"; 
tool5on = new Image;(width, height) 
tool5on.src = "images/jd2_07.gif"; 
tool5off = new Image;(width, height) 
tool5off.src = "images/jd_07.gif"; 
tool6on = new Image;(width, height) 
tool6on.src = "images/jd2_08.gif"; 
tool6off = new Image;(width, height) 
tool6off.src = "images/jd_08.gif"; 
} 
function glow(x, y) 
{   if( compat ) { document.images[x].src=eval(y+'.src'); }}