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