function fenster(uri,breite,hoehe)
{
	window.open(uri, 'frankenau', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,left=50,top=50,resizable=yes,copyhistory=no,width='+breite+',height='+hoehe);
}