
function PopUp(url, titel, breite, hoehe) {
	var optionen = "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizeable=0";
	window.open(url, titel, optionen + ', width=' + breite + ',height=' + hoehe);
}
