function otworz(fotka, opis) {
  var Win = window.open('pokazFoto.php?fotka='+fotka+'&opis='+opis,'Fotki','width=600, height=600, resizable=1,scrollbars=yes,menubar=no');
}

function naglowek(txt){
   if (self==parent){
      //document.location='index.php';
   }

   var d=parent.document;
   d=d.getElementById?d.getElementById('naglDiv'):d.all?d.all['naglDiv']:d.layers['naglDiv'];
   
   if(d!=null)
	 d.innerHTML=txt;
}

