<!--
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 loschen_(id){
heslo=window.prompt("když si majitel inzerátu a chceš inzerát vymazat zadej heslo:","");
          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 inserat_color (id,color) {
  if (color) old_background_color = document.getElementById("id"+id).style.backgroundColor;
  document.getElementById("id"+id).style.backgroundColor = color ? "#EDE6FF" : "#F6FAFF";
                                   }

// -->
