function popup (datei,width,height){ 	var args = "width="+width+",height="+height;	foto_popup = window.open(datei,'Popup',args); 	foto_popup.focus();}
