<!--
// Netscape 3.0 compatibility test (for javascript image swapping)
compat = false;
if( parseInt( navigator.appVersion ) >= 3 ) { compat = true; }
// cache images for quick swapping
if( compat )
{

onh4 = new Image();
onh4.src = "http://www.legal.lv/i/it_7.gif";
offh4 = new Image();
offh4.src = "http://www.legal.lv/i/it_6.gif";

onh5 = new Image();
onh5.src = "http://www.legal.lv/i/it_1.gif";
offh5 = new Image();
offh5.src = "http://www.legal.lv/i/it_0.gif";

onh6 = new Image();
onh6.src = "http://www.legal.lv/i/it_3.gif";
offh6 = new Image();
offh6.src = "http://www.legal.lv/i/it_2.gif";

onh7 = new Image();
onh7.src = "http://www.legal.lv/i/it_5.gif";
offh7 = new Image();
offh7.src = "http://www.legal.lv/i/it_4.gif";

}

// swap images using the cached images
function glow(x, y)
{
   if( compat ) { document.images[x].src=eval(y+".src"); }
}
// -->