function FensterOeffnen (Adresse) {
Fenster1 = window.open(Adresse, "Zweitfenster", "width=320,height=530");
Fenster1.focus();
}
function timer() { 
setTimeout("window.document.location.href = 'dias.htm'", 2400);
}
function openWin2(url,title,w,h) 
{ 
myWin= open(url,title, "width=" + w +",height=" + h + ",status=no,toolbar=no,menubar=no");
}

