function oknofoto(soubor,popisek,picX,picY) {
  oknoX=picX+10; oknoY=picY+50;
  vlevo=(screen.availWidth/2)-(oknoX/2);
  nahore=(screen.availHeight/2)-(oknoY/2)-15;
  u=window.open("fotka.php?soubor="+soubor+"&popisek="+popisek,"_blank","width="+oknoX+",height="+oknoY+",menubar=no,resizable=no,left="+vlevo+",top="+nahore);
 }

function oknoclanek(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("clanek.php?soubor="+soubor,"_blank","width="+oknoX+",height="+oknoY+",menubar=no,resizable=yes,scrollbars=yes,left="+vlevo+",top="+nahore);
 }
function ZmensiVse() {
    document.getElementById('m1').style.width='65px';
    document.getElementById('m2').style.width='65px';
    document.getElementById('m3').style.width='65px';
    document.getElementById('m4').style.width='65px';
    document.getElementById('m5').style.width='65px';
    document.getElementById('m6').style.width='65px';
}

function ZvetsiVse() {
    document.getElementById('m1').style.width='90px';
    document.getElementById('m2').style.width='90px';
    document.getElementById('m3').style.width='90px';
    document.getElementById('m4').style.width='90px';
    document.getElementById('m5').style.width='90px';
    document.getElementById('m6').style.width='90px';
}

function SchovejSuby() {
    document.getElementById('sm1').style.display="none";
    document.getElementById('sm2').style.display="none";
}

function Omezeruj() {
  for (m=1;m<=6;m++) {
    x=document.getElementById('mm'+m).innerHTML;
    y='';
    for (i=0;i<x.length;i++) {y=y+x.charAt(i)+' ';}
    document.getElementById('mm'+m).innerHTML=y;
  }
}
