function venster(myUrl) {
options="toolbar=0,menubar=0,scrollbars=1,resizable=0,status=1,location=0,directories=0,copyhistory=0,height=625,width=915";
        m=window.open(myUrl,'Hivos',options);
        if (navigator.appVersion.substring(0,3)>=3) {
                m.focus();
        }
}