if (top.length != self.length) top.location.href = self.location.href; 

img1=new Image();
img1.src="img/logo.png";
img2=new Image();
img2.src="img/bgtop.png";
img3=new Image();
img3.src="img/svareni.png";
img4=new Image();
img4.src="img/menuoff.gif";
img5=new Image();
img5.src="img/menuon.gif";
img6=new Image();
img6.src="img/sipkapanel.gif";
img7=new Image();
img7.src="img/sipkais.gif";
img8=new Image();
img8.src="img/bgpanel.png";
img9=new Image();
img9.src="img/bgzpravy.png";
img10=new Image();
img10.src="img/bgakce.png";
img11=new Image();
img11.src="img/sipkali.gif";
img12=new Image();
img12.src="img/sipkaliis.gif";

function email_ok(form) {
  var re = /^[_a-zA-Z0-9\.\-]+@[_a-zA-Z0-9\.\-]+\.[a-zA-Z]{2,4}$/;
  if (re.test(form.email.value))
    return true;
  else
    alert("E-mail je špatně zadán!");
    form.email.focus();
    return false;
}

function oWin(pFileName, i_width, i_height, pTitle) {
  var owidth=(i_width+50>screen.width)?screen.width-62:i_width , oheight=(i_height+86>screen.height)?screen.height-166:i_height;
//  photoWin = window.open( "", "photo", "width=600,height=450,status,scrollbars,resizable,screenX=20,screenY=40,left=20,top=40");
  if ((owidth!=i_width) || (oheight!=i_height))
    photoWin = window.open( "", "", "width="+(owidth+50)+",height="+(oheight+86)+",menubar,scrollbars,resizable,screenX=20,screenY=40,left=20,top=40");
  else
    photoWin = window.open( "", "", "width="+(owidth+50)+",height="+(oheight+86)+",scrollbars,resizable,screenX=20,screenY=40,left=20,top=40");
  photoWin.document.write('<html><head><title>' + pTitle + '</title>');
  photoWin.document.write('<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">');
  photoWin.document.write('<style type="text/css">a.window:hover {color: #FF0000;}</style>');
  photoWin.document.write('</head>');
  photoWin.document.write('<body bgcolor="#ffffff" text="#333333" link="#FFFFFF" vlink="#333333" alink="#FF0000" style="font-family: Arial, Helvetica, sans-serif;">');
  photoWin.document.write('<div align="center"><b>' + pTitle + '</b><br />');
  photoWin.document.write('<a class="window" href="javascript:self.close()">');
  photoWin.document.write('<img style="border-color: #D8D8D8 #D8D8D8 #D8D8D8 #D8D8D8;" src="' + pFileName + '" width="' + i_width + '" height="' + i_height + '" border="1" alt="zavřít okno" /><br />');
  photoWin.document.write('<small>zavřít okno</small></a><br /></div>');
  photoWin.document.write('</body></html>');
  photoWin.document.close();
  photoWin.focus();
}

function tabHistorie(id) {
  win = window.open('/t.py?t=39&i='+id,'','width=460,height=300,resizable=1,scrollbars=1');
  win.focus();
}
