<!--
function wyswietlMajla(l1,l2,l3){
 p1 = "mai";
 p2 = "lto:";
 at = "&#64;";
 if(l3==""){l3=l1+at+l2;}
 document.write("<a href=\""+p1+p2+l1+at+l2+"\">"+l3+"<\/a>");
}
function foto(zdjecie, x, y) {
 if(x==null){x=50;}
 if(y==null){y=50;}
 x=x+50;
 y=y+50;
 okn=window.open("images.php?jpg="+zdjecie,"_okno2x","directories=no,height="+y+",location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no,width="+x);
 okn.focus();
}
function skasujPost(id){
 if (confirm('Czy uważasz, że ten post powinien zostać skasowany?')){
  re=window.open('zgloszenie.php?action=remove&from=forum&id='+id,'_blank','toolbar=no, directories=no, location=no,status=yes, menubar=no, resizable=no, scrollbars=no, width=360, height=166, top=200,left=200');
  re.focus();
 }
}
//-->


