function fenster(name,datei,breite,hoehe,extra) {
	microsite = window.open(datei, name, "width="+breite+",height="+hoehe+","+extra+",scrollbars=no,resizable=no");
	microsite.focus();
}
