function W800(Ziel, Titel) { 
	Fenster = window.open(Ziel, Titel, "resizable=yes,scrollbars,Height = 565,Width = 800");
	Fenster.focus();
}
function W1024(Ziel, Titel) {
	Fenster = window.open(Ziel, Titel, "resizable=yes,scrollbars,Height = 733,Width = 1024");
	Fenster.focus();
}