<!--
function detail_anzeige(id){
new_fenster=window.open("/web-anzeige.php?id="+id+"&blank=1"+
"","_blank","left=10,top=10,width=760,height=480,"+
"toolbar=yes,location=yes,directories=no,status=no,menubar=no"+
",scrollbars=yes,resizable=yes,copyhistory=no");
                           }

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("Anzeige löschen, Ihr Passwort:","");
          if(heslo.length>5) {
   new_fenster=window.open("/loschen.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("/loschen_anzeige.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 inserat_color (id,color) {
  if (color) old_background_color = document.getElementById("id"+id).style.backgroundColor;
  document.getElementById("id"+id).style.backgroundColor = color ? "#EDE6FF" : "#F6FAFF";
                                   }
                                   
function inzerat_echo(id,datum) {
 document.write('<span class="px_bold">'+datum+'</span>&nbsp;<a href="javascript:print()"><img src="/button/tlac.gif" border=0 alt="Anzeige ausdrucken">&nbsp;ausdrucken</a>&nbsp;&nbsp;<a href="javascript:mail_echo('+id+')" title="" ><img src="/button/e_mail.gif" border=0 alt="Sende diese Anzeige an einen Freund">&nbsp;Sende diese Anzeige an einen Freund</a>&nbsp;&nbsp;<a href="javascript:loschen_('+id+')" title="Anzeige löschen">.</a><a href="javascript:loschen('+id+')" title="Anzeige löschen"><img src="/button/x.gif" border=0 alt="">&nbsp;löschen</a>&nbsp;&nbsp;<a href="javascript:falsche('+id+')" title="ungültige, falsche Anzeige anmelden"><img src="/button/x.gif" border=0 alt="">&nbsp;falsche Anzeige</a>&nbsp;&nbsp;kategorie:');
                                 }

// -->

