function popupfenster(url)
{
		seite = window.open(url,"fenster","width=750,height=560,scrollbars=yes");
		seite.moveTo(screen.width/2-390,screen.height/2-260);
		seite.focus();
}
	
