function mailen(vorne, hinten) {
 document.write("<a href=\"mailto:" + vorne + String.fromCharCode(64) + hinten + "\">" + vorne + String.fromCharCode(64) + hinten + "</a>");
}

function bild(datei, thema, bild, w, h, scroller) {
 if (typeof(gross)!="undefined") gross.close();
 if (typeof(scroller)=="undefined" || scroller=="") scroller = "no"; else scroller ="auto";
 gross = window.open(datei+"?bild="+bild+"&w="+w+"&h="+h, "_blank", "dependent=no, width="+ (w+18) +", height="+ (h+30) +", menubar=no, resizable=yes, scrollbars="+scroller+", status=no, toolbar=no, location=no");
}

function fenster(datei, w, h, scroller) {
 if (navigator.userAgent.search("MSIE")>0) { w+=2; h+=2 }
 if (typeof(scroller)=="undefined" || scroller=="") scroller = "no"; else scroller ="auto";
 gross = window.open(datei, "_blank", "dependent=no, width="+ w +", height="+ h +", menubar=no, resizable=yes, scrollbars="+scroller+", status=no, toolbar=no, location=no");
}

function flash(datei, w, h) {
 if (typeof(gross)!="undefined") gross.close();
 gross = window.open("flash.php?flash="+datei+"&w="+w+"&h="+h, "_flash", "dependent=no, width="+ (w+10) +", height="+ (h+20) +", menubar=no, resizable=yes, scrollbars=no, status=no, toolbar=no, location=no");
}

root = "http:\/\/10.21.0.155\/web\/bischoff\/bischoff-werbung.de";

detail  = new Image();  detail_mo  = new Image();
weiter = new Image();   weiter_mo = new Image();
zurueck = new Image();  zurueck_mo = new Image();

detail.src     = root + "\/bilder\/navi\/detail.gif";
detail_mo.src  = root + "\/bilder\/navi\/detail_over.gif";
zurueck.src    = root + "\/bilder\/navi\/zurueck.gif";
zurueck_mo.src = root + "\/bilder\/navi\/zurueck_over.gif";
weiter.src     = root + "\/bilder\/weiter.gif";
weiter_mo.src  = root + "\/bilder\/weiter_over.gif";
