function Otevri_okno() {
if(screen.width <= 640) {
foto=window.open('','photos','toolbar=yes,menubar=no,location=no,directories=no,scrollbars=no,resizable=yes,status=no,width=440,height=360,top=35,left=187')
}
else {
foto=window.open('','photos','toolbar=yes,menubar=no,location=no,directories=no,scrollbars=no,resizable=yes,status=no,width=440,height=360,top=155,left=347')
}
foto.focus();
}

function Nw2() {
nw2=window.open('','new2','toolbar=yes,menubar=yes,location=yes,directories=yes,scrollbars=yes,resizable=yes,status=yes,width=600,height=440,top=20,left=30');
nw2.focus();
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
nw3=window.open(theURL,winName,features);
nw3.focus();
}
