function Venster(URL) {
venster = window.open(URL, 'popupvenster', 'width=500, height=700, resizable=yes, menubar=no, scrollbars=yes, status=no, toolbar=no');
}

