<!--

function popup(pfad,width,height){

	xpos = (screen.width / 2) - (width/2);
	ypos = (screen.height / 2) - (height/2);

	window.open('popup_vorlage.php?picture='+pfad+'','','left='+xpos+', top='+ypos+', height='+height+', width='+width+', statusbar=no, resizable=no, menubar=no, menubar=no, scrollbar=no, locationbar=no, directories=no');

}

				
//-->