function popupfenster(url)
{
		seite = window.open(url,"fenster","width=800,height=550,scrollbars=no");
		seite.moveTo(screen.width/2-370,screen.height/2-260);
		seite.focus();
}
	

