function OpenWindow(url, breite, hoehe) {
	props = "width=" + breite + ",height=" + hoehe + ",toolbar=1,location=0,status=0,menubar=0,scrollbars=1,resizable=1";
	awin=window.open(url,"eut",props); 
	awin.focus();
}
