<!--
function popup()
{
window.open('not.htm','popup','width=480,height=350,location=0,toolbar=0,scrollbars=1,menubar=1,status=0,resizable=1');
}

function fenster(adresse, breite, hoehe)
{
var win = window.open(adresse,'new','width='+breite+',height='+hoehe+',location=0,toolbar=0,scrollbars=1,menubar=1,status=0,resizable=1');
win.focus();
}
function fenster2(adresse, breite, hoehe)
{
var win = window.open(adresse,'new','width='+breite+',height='+hoehe+',location=0,toolbar=0,scrollbars=1,menubar=0,status=0,resizable=1');
win.focus();
}
//-->
