function zobraz_foto(typ,jmeno,nosmall) {
// alert('jeste nefunguje');
  obrw = screen.width;
  obrh = screen.height;
  oknw = 662; //myWidth;// document.body.clientWidth;
  oknh = 610; //myHeight;//document.body.clientHeight;
  if (nosmall==1) {
    oknw=662;
    oknh=555;
  }

  x = 0;
  y = 0;
  if ((obrw<1024) || (obrh<768)) {

  } else {
   x = (obrw/2) - (oknw/2);
   y = (obrh - oknh)/2 ;
 }
 okno =  window.open("gallery.php?typ="+typ+"&jmeno="+jmeno+"&nosmall="+nosmall, "gallery", "width="+oknw+",height="+oknh+",menubar=no,resizable=no,left="+x+",top="+y);
 

}


function zobraz_cmsfoto(aid) {
// alert('jeste nefunguje');
  obrw = screen.width;
  obrh = screen.height;
  oknw = 698; //myWidth;// document.body.clientWidth;
  oknh = 610; //myHeight;//document.body.clientHeight;
/*  if (nosmall==1) {
    oknw=662;
    oknh=555;
  }
*/
  x = 0;
  y = 0;
  if ((obrw<1024) || (obrh<768)) {

  } else {
   x = (obrw/2) - (oknw/2);
   y = (obrh - oknh)/2 ;
 }
 okno =  window.open("gallery2.php?oid="+aid, "gallery", "width="+oknw+",height="+oknh+",menubar=no,resizable=no,left="+x+",top="+y);


}


