function neuesfenster (popupURL, width, height) {
 window.open(popupURL,"Autohaus_Huebner",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,width='+width+',height='+height+',top=80,left=80');
}
