function showPic (whichpic) {
if (document.getElementById) {
	newwindow=window.open(whichpic.href,"kurz",'toolbar=0,location=0,scrollbars=0,width=600,height=480,resizable=1,top=50,left=50');
	if (window.focus) {newwindow.focus()}
  return false;
 } else {
  return true;
 }
}
