    function life42_popup(selObj,name,breite,hoehe){ 
        url = selObj.options[selObj.selectedIndex].value;
        links = (screen.width/2)-(breite/2);
        oben = (screen.height/2)-(hoehe/2);
        window.open(url,name,"height="+hoehe+",width="+breite+",status = no,toolbar = no,menubar = no,location = no,resizable = yes,titlebar = no,scrollbars = yes,fullscreen = no,top ="+oben+",left ="+links);
    }