function bild(myPic) {
	popUp = window.open("bild.asp?n="+myPic, "Bild", "toolbar=no,menubar=no,scrollbars=no,width=400,height=400,left=200,top=200");
	popUp.focus();
}

function printPage() {
	fenster1 = window.open('print.asp?url='+document.URL, 'openWindow', 'scrollbars=yes,width=650,height=700,left=200,top=200');
}