<!--
j= document.images;
  	   if  (j) {  

 angl_off = new Image(140,20);
 angl_off.src = "images/angl_off.jpg";
 angl_on = new Image(140,20);
 angl_on.src = "images/angl_on.jpg";

 uvodni_off = new Image(140,20);
 uvodni_off.src = "images/uvodni_off.gif";
 uvodni_on = new Image(140,20);
 uvodni_on.src = "images/uvodni_on.gif";
 
 profil_off = new Image(140,20);
 profil_off.src = "images/profil_off.gif";
 profil_on = new Image(140,20);
 profil_on.src = "images/profil_on.gif";
 
 obch_off = new Image(140,20);
 obch_off.src = "images/obch_off.gif";
 obch_on = new Image(140,20);
 obch_on.src = "images/obch_on.gif";

 vyroba_off = new Image(140,20);
 vyroba_off.src = "images/vyroba_off.gif";
 vyroba_on = new Image(140,20);
 vyroba_on.src = "images/vyroba_on.gif";
 
 vedeni_off = new Image(140,20);
 vedeni_off.src = "images/vedeni_off.gif";
 vedeni_on = new Image(140,20);
 vedeni_on.src = "images/vedeni_on.gif";
 
 strediska_off = new Image(140,20);
 strediska_off.src = "images/strediska_off.gif";
 strediska_on = new Image(140,20);
 strediska_on.src = "images/strediska_on.gif";

 kde_off = new Image(140,20);
 kde_off.src = "images/kde_off.gif";
 kde_on = new Image(140,20);
 kde_on.src = "images/kde_on.gif";
 
 jakost_off = new Image(140,20);
 jakost_off.src = "images/jakost_off.gif";
 jakost_on = new Image(140,20);
 jakost_on.src = "images/jakost_on.gif";

 rc_off = new Image(140,20);
 rc_off.src = "images/rc_off.gif";
 rc_on = new Image(140,20);
 rc_on.src = "images/rc_on.gif";

 bezpecnost_off = new Image(140,20);
 bezpecnost_off.src = "images/bezpecnost_off.gif";
 bezpecnost_on = new Image(140,20);
 bezpecnost_on.src = "images/bezpecnost_on.gif";

 bezp_off = new Image(140,20);
 bezp_off.src = "images/bezp_off.gif";
 bezp_on = new Image(140,20);
 bezp_on.src = "images/bezp_on.gif";

 vysledky_off = new Image(140,20);
 vysledky_off.src = "images/vysledky_off.gif";
 vysledky_on = new Image(140,20);
 vysledky_on.src = "images/vysledky_on.gif";
 
 fotogalerie_off = new Image(140,20);
 fotogalerie_off.src = "images/fotogalerie_off.gif";
 fotogalerie_on = new Image(140,20);
 fotogalerie_on.src = "images/fotogalerie_on.gif";
 
 tisk_off = new Image(140,20);
 tisk_off.src = "images/tisk_off.gif";
 tisk_on = new Image(140,20);
 tisk_on.src = "images/tisk_on.gif";


}

  	   function img_act(p) {if (j) {on =  eval (p + "_on.src"); document[p].src = on;}}
  	   function img_inact(p) {if (j) {off =  eval (p + "_off.src"); document[p].src = off;}}


function OpenJSLWindow(url, jmeno, w, h) 
{
    Fokus = window.open(url, jmeno,'resizable=0,top=20,left=20,menubar=0,width=' + w + ',height=' + h);
    Fokus.focus()
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}


function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",30)
}
function low(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=40
}



function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=5
else if (window.highlighting)
clearInterval(highlighting)
}


PositionX = 0;
PositionY = 0;

// Set these value approximately 20 pixels greater than the
// size of the largest image to be used (needed for Netscape)

defaultWidth  = 500;
defaultHeight = 500;

// Set autoclose true to have the window close automatically
// Set autoclose false to allow multiple popup windows

var AutoClose = true;

if (parseInt(navigator.appVersion.charAt(0))>=4){
var isNN=(navigator.appName=="Netscape")?1:0;
var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
var optNN='scrollbars=no,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
var optIE='scrollbars=no,width=150,height=100,left='+PositionX+',top='+PositionY;
function popImage(imageURL,imageTitle){
if (isNN){imgWin=window.open('about:blank','',optNN);}
if (isIE){imgWin=window.open('about:blank','',optIE);}
with (imgWin.document){
writeln('<html><head><title>Stahuji obr. ...</title><style>body{margin:0px;}</style>');writeln('<sc'+'ript>');
writeln('var isNN,isIE;');writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');
writeln('isNN=(navigator.appName=="Netscape")?1:0;');writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');
writeln('function reSizeToImage(){');writeln('if (isIE){');writeln('window.resizeTo(100,100);');
writeln('width=120-(document.body.clientWidth-document.images[0].width);');
writeln('height=100-(document.body.clientHeight-document.images[0].height);');
writeln('window.resizeTo(width,height);}');writeln('if (isNN){');       
writeln('window.innerWidth=document.images["George"].width;');writeln('window.innerHeight=document.images["George"].height;}}');
writeln('function doTitle(){document.title="'+imageTitle+'";}');writeln('</sc'+'ript>');
if (!AutoClose) writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()">')
else writeln('</head><body bgcolor=silver scroll="no" onload="reSizeToImage();doTitle();self.focus()" onblur="self.close()">');
writeln('<a href=\"Javascript:window.close()\"><img name="George" src='+imageURL+' alt=\"CLICK TO CLOSE\" border=0 style="display:block"></a></body></html>');
close();		
}}
// -->


