compat = false; 
if( parseInt( navigator.appVersion ) >= 3 ) { compat = true; } 
width = 141 
height = 21 
if( compat ) 
{ 
tool1on = new Image;(width, height) 
tool1on.src = "images/gallery-on.gif"; 
tool1off = new Image;(width, height) 
tool1off.src = "images/gallery-off.gif"; 
tool2on = new Image;(width, height) 
tool2on.src = "images/ks_03.gif"; 
tool2off = new Image;(width, height) 
tool2off.src = "images/ks2_03.gif"; 
tool3on = new Image;(width, height) 
tool3on.src = "images/ks_04.gif"; 
tool3off = new Image;(width, height) 
tool3off.src = "images/ks2_04.gif"; 
tool4on = new Image;(width, height) 
tool4on.src = "images/ks_05.gif"; 
tool4off = new Image;(width, height) 
tool4off.src = "images/ks2_05.gif"; 
tool5on = new Image;(width, height) 
tool5on.src = "images/ks_06.gif"; 
tool5off = new Image;(width, height) 
tool5off.src = "images/ks2_06.gif"; 
tool6on = new Image;(width, height) 
tool6on.src = "images/ks_07.gif"; 
tool6off = new Image;(width, height) 
tool6off.src = "images/ks2_07.gif"; 

tool7on = new Image;(width, height) 
tool7on.src = "images/services2_01.gif"; 
tool7off = new Image;(width, height) 
tool7off.src = "images/services_01.gif"; 
tool8on = new Image;(width, height) 
tool8on.src = "images/services2_02.gif"; 
tool8off = new Image;(width, height) 
tool8off.src = "images/services_02.gif"; 
tool9on = new Image;(width, height) 
tool9on.src = "images/services2_03.gif"; 
tool9off = new Image;(width, height) 
tool9off.src = "images/services_03.gif"; 
tool10on = new Image;(width, height) 
tool10on.src = "images/services2_04.gif"; 
tool10off = new Image;(width, height) 
tool10off.src = "images/services_04.gif"; 
tool11on = new Image;(width, height) 
tool11on.src = "images/services2_05.gif"; 
tool11off = new Image;(width, height) 
tool11off.src = "images/services_05.gif"; 
tool12on = new Image;(width, height) 
tool12on.src = "images/services2_06.gif"; 
tool12off = new Image;(width, height) 
tool12off.src = "images/services_06.gif"; 
tool13on = new Image;(width, height) 
tool13on.src = "images/services2_07.gif"; 
tool13off = new Image;(width, height) 
tool13off.src = "images/services_07.gif"; 
tool14on = new Image;(width, height) 
tool14on.src = "images/services2_08.gif"; 
tool14off = new Image;(width, height) 
tool14off.src = "images/services_08.gif"; 
} 
function glow(x, y) 
{   if( compat ) { document.images[x].src=eval(y+'.src'); }}