// Algemene initialisatie //if (screen.width == 800) { //path = location.pathname.split('/web/f')[0] + '/web/'; //document.write(''); //} function CreateWindow(url) { left=screen.width - 725 //syntax=window.open("URL",'Title","width=#,height=#,screenX=#,screenY=#") newwin=window.open(url, 'Help','width=720,height=450,left=' +left+ ',top=20,scrollbars=yes,resizable') newwin.focus() } function CreateWindow2(url) { left=screen.width - 745 //syntax=window.open("URL",'Title","width=#,height=#,screenX=#,screenY=#") newwin2=window.open(url, 'Help2','width=720,height=450,left=' +left+ ',top=40,scrollbars=yes,resizable') newwin2.focus() } function CreateWindow3(url) { //syntax=window.open("URL",'Title","width=#,height=#,screenX=#,screenY=#") newwin=window.open(url, 'Handboek','width=750,height=500,left=20,top=20,scrollbars=yes,resizable,status=yes') newwin.focus() }