function fenster(url,hoehe,breite)
{	
window.open(url,'Information',"Height="+hoehe+",Width="+breite)
}
