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