function popupfenster(url)
{
		seite = window.open(url,"fenster","width=760,height=450,scrollbars=no");
		seite.moveTo(screen.width/2-390,screen.height/2-240);
		seite.focus();
}
	
