// Algemene initialisatie //if (screen.width == 800) { //path = location.pathname.split('.nsf')[0] + '.nsf/'; //document.write(''); //} function CreateWindow(url) { left=screen.width - 505 //syntax=window.open("URL",'Title","width=#,height=#,screenX=#,screenY=#") newwin=window.open(url, 'Help','width=500,height=450,left=' +left+ ',top=20,scrollbars=yes,resizable') newwin.focus() } function CreateWindow2(url) { left=screen.width - 745 newwin2=window.open(url, 'Help2','width=720,height=450,left=' +left+ ',top=40,scrollbars=yes,resizable') newwin2.focus() } function About() { left=(screen.width /2) - 125 url="/wwqs/ink/INKZelfE.nsf/about" newwin2=window.open(url, 'Help2','width=300,height=350,left=' +left+ ',top=60,scrollbars=no') newwin2.focus() }