function otworz(){
  if((h+180)>screen.height){scrol='yes';}else{scrol='no';}
okno="left=100,top=100,width=100,height=100,toolbar=no,menubar=no,location=no,scrollbars="+scrol+",resizable=yes,minimize=no";
adres="okno.php?imgsrc="+ob;
window.open(adres,"phpwindow",okno);

}

function otworz1_poziome(){
  if((h+180)>screen.height){scrol='yes';}else{scrol='no';}
okno="left=10,top=10,width=100,height=100,toolbar=no,menubar=no,location=no,scrollbars="+scrol+",resizable=yes,minimize=no";
adres="okno1_poziome.php?imgsrc="+ob;
window.open(adres,"phpwindow",okno);

}

function otworz1_pionowe(){
  if((h+180)>screen.height){scrol='yes';}else{scrol='no';}
okno="left=10,top=10,width=100,height=100,toolbar=no,menubar=no,location=no,scrollbars="+scrol+",resizable=yes,minimize=no";
adres="okno1_pionowe.php?imgsrc="+ob;
window.open(adres,"phpwindow",okno);

}

function mapka(url, width, height)
{
var mapkaOtworz = window.open('obr/mapa.jpg','mapka','width=592,height=400,resizable=0,scrollbars=NO,menubar=no,left=0,top=0');
}


