// JavaScript Document
    function openWindow(url){
    newwindow=window.open(url, 'leieland', 'height=700,width=1000,scrollbars=yes,resizable=yes');
    if (window.focus) {newwindow.focus();}
		}


