<!--
function email(id){
mail_fenster=window.open("/e-mail.php?id="+id+
"","_blank","left=10,top=10,width=500px,height=280px,"+
"toolbar=no,location=no,directories=no,status=no,menubar=no"+
",scrollbars=no,resizable=yes,copyhistory=no");
                 }

function mail_echo(id){
mail_fenster=window.open("/mail_echo.php?id="+id+
"","_blank","left=10,top=10,width=500px,height=200px,"+
"toolbar=no,location=no,directories=no,status=no,menubar=no"+
",scrollbars=no,resizable=yes,copyhistory=no");
                      }

function on(meno,x) {
if (x==1){document.images[meno].border=2;document.images[meno].width=241;document.images[meno].height=179;}
else  {document.images[meno].border=0;document.images[meno].width=245;document.images[meno].height=183;}
                   }

function foto_anzeige(f_foto){
new_fenster=window.open("/foto.php?f_foto="+f_foto+
"","_blank","left=10,top=10,width=500,height=375,"+
"toolbar=no,location=no,directories=no,status=no,menubar=no"+
",scrollbars=yes,resizable=yes,copyhistory=no");
                             }

function loschen_(id){
   heslo=window.prompt("Skasuj ogłoszenie, Hasło:","");
          if(heslo.length>5) {
   new_fenster=window.open("/anonse_skasuj.php?id="+id+"&heslo="+heslo+"&mazat="+1+
"","_blank","left=10,top=10,width=400,height=45,"+
"toolbar=no,location=no,directories=no,status=no,menubar=no"+
",scrollbars=yes,resizable=yes,copyhistory=no");
                             }
                    }

                    
 function loschen(id){
new_fenster=window.open("/skasuj_ogloszenie.php?id="+id+
"","_blank","left=10,top=10,width=420,height=250,"+
"toolbar=no,location=no,directories=no,status=no,menubar=no"+
",scrollbars=yes,resizable=yes,copyhistory=no");

                    }
                    
function falsche(id){
new_fenster=window.open("/falsch.php?id="+id+
"","_blank","left=10,top=10,width=420,height=250,"+
"toolbar=no,location=no,directories=no,status=no,menubar=no"+
",scrollbars=yes,resizable=yes,copyhistory=no");
                    }
                    
function inzerat_echo(id,datum) {
 document.write('<span class="px_bold">'+datum+'</span>&nbsp;&nbsp;<a href="javascript:print()"><img src="/button/tlac.gif" border=0 alt="Drukuj ogłoszenie">&nbsp;drukuj</a>&nbsp;&nbsp;<a href="javascript:mail_echo('+id+')" title="" ><img src="/button/e_mail.gif" border=0 alt="Prześlij znajomemu">&nbsp;Prześlij znajomemu</a>&nbsp;&nbsp;<a href="javascript:loschen_('+id+')" title="Skasuj ogłoszenie">.</a><a href="javascript:loschen('+id+')" title="Skasuj ogłoszenie"><img src="/button/x.gif" border=0 alt="Skasuj ogłoszenie">&nbsp;skasuj</a>&nbsp;&nbsp;<a href="javascript:falsche('+id+')" title="Zgłosić SPAM/oszukańcze ogłoszenie"><img src="/button/x.gif" border=0 alt="">&nbsp;oszukańcze ogłoszenie</a>&nbsp;&nbsp;&nbsp;kategoria:');
                                 }

// -->

