<!--
compat = false; 
if( parseInt( navigator.appVersion ) >= 3 ) { compat = true; } 
width = 76 
height = 24 
if( compat ) 
{ 
tool1on = new Image;(width, height) 
tool1on.src = "/ima/faq2.gif"; 
tool1off = new Image;(width, height) 
tool1off.src = "/ima/faq1.gif"; 

tool2on = new Image;(width, height) 
tool2on.src = "/ima/sovet2.gif"; 
tool2off = new Image;(width, height) 
tool2off.src = "/ima/sovet1.gif"; 

tool3on = new Image;(width, height) 
tool3on.src = "/ima/contact2.gif"; 
tool3off = new Image;(width, height) 
tool3off.src = "/ima/contact1.gif";

tool4on = new Image;(width, height) 
tool4on.src = "/ima/life2.gif"; 
tool4off = new Image;(width, height) 
tool4off.src = "/ima/life.gif";  

} 
function glow(x, y) 
{   if( compat ) { document.images[x].src=eval(y+'.src'); }} 
//-->
