function newwin(breite, hoehe) {
window.open
	("","newWindow","menubar=yes,status=no,location=no,width="+breite+", height="+hoehe+",toolbar=no,scrollbars=yes,resizable=yes,top=50,left=50");
}

function newup(breite, hoehe) {
window.open
	("","newWindow","menubar=yes,status=no,location=yes,width="+breite+", height="+hoehe+",toolbar=yes,scrollbars=yes,resizable=yes,top=50,left=50");
}
