function picwin(bild) {

	win = window.open("pics/popup.php?which="+bild,"lexikon","width=750,height=500,dependent=yes,resizable=yes,locationbar=yes,menubar=yes,toolbar=yes,status=yes,scrollbars=yes");

	win.focus();

}
