function oknofoto2(soubor,picX,picY) {
  oknoX=picX+10; oknoY=picY+10;
  vlevo=(screen.availWidth/2)-(oknoX/2);
  nahore=(screen.availHeight/2)-(oknoY/2)-15;
  u=window.open("fotky.php?soubor="+soubor,"_blank","width="+oknoX+",height="+oknoY+",menubar=no,resizable=no,left="+vlevo+",top="+nahore);
 }

function prednactiImg() {
if (!document.images) return;
var poleObr = new Array();
var arguments = prednactiImg.arguments;
for (var i=0; i<arguments.length; i++) {
  poleObr[i] = new Image();
  poleObr[i].src = arguments[i];
  }
}

function predload() {
prednactiImg('menu/menu-00_h.gif');
prednactiImg('menu/menu-01_h.gif');
prednactiImg('menu/menu-02_h.gif');
prednactiImg('menu/menu-03_h.gif');
prednactiImg('menu/menu-04_h.gif');
prednactiImg('menu/menu-05_h.gif');
prednactiImg('menu/menu-06_h.gif');
prednactiImg('menu/menu-07_h.gif');
prednactiImg('menu/menu-08_h.gif');
prednactiImg('menu/menu-09_h.gif');
prednactiImg('menu/menu-10_h.gif');
prednactiImg('menu/menu-11_h.gif');
prednactiImg('menu/menu-12_h.gif');
prednactiImg('menu/menu-13_h.gif');
}

