function popupfenster(url)
{
		seite = window.open(url,"fenster","width=780,height=472,scrollbars=yes");
		seite.moveTo(screen.width/2-402,screen.height/2-225);
		seite.focus();
}
	

