function popupWindow(URL)	{
	fenster = window.open(url, "Blubb", "width=600,height=400,status=yes,scrollbars=yes,resizable=yes,screenX=200,screenY=200,left=200,top=200");
}
