function openPic(URL) {
	picWin = window.open(URL,'FotoFenster','height=400,width=400,locationbar=no,menubar=no,toolbar=no,scrollbars=no,resizable=yes,top=' + (screen.height-400)/2 + ',left=' + (screen.width-400)/2 + ',status=yes');
}