<!--

bName=navigator.appName;
bVer=parseInt(navigator.appVersion);
if (bName == "Netscape" && bVer >=3) version = "n3";
else if (bName == "Netscape" && bVer ==2) version = "n2";
else if (bName == "Microsoft Internet Explorer" && bVer >=3) version = "n3"; else version = "n2";
// Предварительная загрузка изображений:
//if (version == "n3") 

{  

i1off = new Image(); i1off.src = "common/im01.gif"; 
i2off = new Image(); i2off.src = "common/im02.gif"; 
i3off = new Image(); i3off.src = "common/im03.gif";
i4off = new Image(); i4off.src = "common/im04.gif"; 
i5off = new Image(); i5off.src = "common/im05.gif"; 
i6off = new Image(); i6off.src = "common/im06.gif"; 

i1on  = new Image(); i1on.src  = "common/spacer.gif"; 
i2on  = new Image(); i2on.src  = "common/spacer.gif"; 
i3on  = new Image(); i3on.src  = "common/spacer.gif"; 
i4on  = new Image(); i4on.src  = "common/spacer.gif"; 
i5on  = new Image(); i5on.src  = "common/spacer.gif"; 
i6on  = new Image(); i6on.src  = "common/spacer.gif"; 

}


function hiLiteOn(imgDocID, img0bjName)  { if (version == "n3") { document.images[imgDocID].src = img0bjName; } }
function hiLiteOff(imgDocID, img0bjName) { if (version == "n3") { document.images[imgDocID].src = img0bjName; } }


//-->