function PopupImage (pic) {
	window.open('/static/history/largeimg.php?file='+pic,'Großbild',
				'left=20,top=20,width=500,height=500,toolbar=1,resizable=1');
}
