var cnt = 0;

function sendmail (n,u,d,s) {
 var hd = '';
 var sb = '';
 if (n != '') hd = n+'<'+u+'@'+d+'>';
 else hd = u+'@'+d;
 if (s != '') sb = '?Subject='+s;
 window.location = 'mailto:'+hd+sb;
}

function zdjecie (i,w,h) {
   var winl = (screen.width - w) / 2;
   var wint = (screen.height - h) / 2;
   okno = window.open('zdjecie.php?i='+i,'zdjecie','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,height='+h+',width='+w+', top='+wint+',left='+winl);
   okno.focus();
}


function indeks (f,p,c) {
   w = 300;
   h = 400;
   var winl = (screen.width - w) / 2;
   var wint = (screen.height - h) / 2;
   okno = window.open('miasta.php?form='+f+'&pole='+p+'&css='+c,'indeks','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,height='+h+',width='+w+', top='+wint+',left='+winl);
   okno.focus();
}

function klik () {
 cnt++;
 if (cnt > 1) return false;
 else return true;
}

function b(myrow, bg) {
 myrow.style.backgroundColor = bg;
}

defaultStatus="anonse.gejowo.pl";