<!--

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") 

{  

c1off = new Image(); c1off.src = "common/lm01.gif"; 
c2off = new Image(); c2off.src = "common/lm02.gif"; 
c3off = new Image(); c3off.src = "common/lm03.gif";
c4off = new Image(); c4off.src = "common/lm04.gif"; 
c5off = new Image(); c5off.src = "common/lm05.gif"; 
c6off = new Image(); c6off.src = "common/lm06.gif"; 
c7off = new Image(); c7off.src = "common/lm07.gif"; 

c1on  = new Image(); c1on.src  = "common/spacer.gif"; 
c2on  = new Image(); c2on.src  = "common/spacer.gif"; 
c3on  = new Image(); c3on.src  = "common/spacer.gif"; 
c4on  = new Image(); c4on.src  = "common/spacer.gif"; 
c5on  = new Image(); c5on.src  = "common/spacer.gif"; 
c6on  = new Image(); c6on.src  = "common/spacer.gif"; 
c7on  = new Image(); c7on.src  = "common/spacer.gif"; 

b01off = new Image(); b01off.src = "common/tm01.gif"; 
b02off = new Image(); b02off.src = "common/tm02.gif"; 
b03off = new Image(); b03off.src = "common/tm03.gif";
b04off = new Image(); b04off.src = "common/tm04.gif"; 
b05off = new Image(); b05off.src = "common/tm05.gif"; 
b06off = new Image(); b06off.src = "common/tm06.gif"; 

b01on  = new Image(); b01on.src  = "common/spacer.gif"; 
b02on  = new Image(); b02on.src  = "common/spacer.gif"; 
b03on  = new Image(); b03on.src  = "common/spacer.gif"; 
b04on  = new Image(); b04on.src  = "common/spacer.gif"; 
b05on  = new Image(); b05on.src  = "common/spacer.gif"; 
b06on  = new Image(); b06on.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; } }


//-->