function Video(URL) {
venster = window.open(URL, 'Video', 'width=800, height=500, top=100, resizable=no, menubar=no, scrollbars=no, status=no, toolbar=no');
}
