function bookmark(){
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
var url="http://cvwizard.nl";
var title="CV Wizard, het startpunt bij solliciteren en oriënteren";
book_mark = window.external;
book_mark.AddFavorite(url,title);
}
else {
window.open('/popup/bookm_popup.html','popup','innerHeight=300,innerWidth=350,width=350,height=300,toolbar=0,sidebar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=0,margins=0,left=20,top=20');
}
}
function Venster1(url){ 
venster_nav = window.open(url + ".html","venster_nav","innerHeight=350,innerWidth=300,width=300,height=350,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=0,margins=0,left=20,top=20");
		     venster_nav.location= url + ".html";
              venster_nav.focus();          
		}		

function Venster2(url){ 
venster_nav = window.open(url + ".html","venster_nav","innerHeight=525,innerWidth=575,width=575,height=525,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=0,margins=0,left=20,top=20");
		     venster_nav.location= url + ".html";
              venster_nav.focus();          
		}		
		
function Venster3(url){ 
venster_nav = window.open(url + ".html","venster_nav","innerHeight=350,innerWidth=300,width=300,height=350,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=0,margins=0,left=20,top=20");
		     venster_nav.location= url;
              venster_nav.focus();          
		}
		
function Venster4(url){ 
venster_nav = window.open(url + ".html","venster_nav","innerHeight=550,innerWidth=650,width=650,height=550,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=0,margins=0,left=20,top=20");
		     venster_nav.location= url;
              venster_nav.focus();          
		}