<!-- 
// Javascript Fehler unterdruecken
onerror = stopError;
function stopError() {return true;}
// Script: Niels Dahnke 
 function heiseZoom (Ziel) {

        window.open(Ziel,"neu","width=400,height=200,toolbar=no,locationbar=no,directories=no,scrollbars=yes,status=yes,menubar=no,dependent=yes,resizable=yes");
 
}

// -->

