<!--
// Copyright information must stay intact
// Parenteel (afgeleid van WinOpen v1.0)
// Copyright NavSurf.com 2002, all rights reserved
// For more scripts, visit NavSurf.com at http://navsurf.com

// Set the input argument to true to enable the window feature
function Parenteel(stamnaam){
	var url;
	var windowFeatures;
	windowFeatures = '';
	url = 'http://stamboom.bode-almere.nl/par/'+ stamnaam+'.html';
	windowFeatures = "width=1000" + "," + "height=640" + "," + true + "," + false + "," + false + "," + false + "," + false + "," + false

	window.open(url, 'Parenteel', windowFeatures);
}

//-->
<!--
// Copyright information must stay intact
// Kwartierstaat (Afgeleid vanWinOpen v1.0)
// Copyright NavSurf.com 2002, all rights reserved
// For more scripts, visit NavSurf.com at http://navsurf.com

// Set the input argument to true to enable the window feature
function Kwartierstaat(persoon){
	var url;
	var windowFeatures;
	windowFeatures = '';
	url = 'http://stamboom.bode-almere.nl/kw/'+ persoon + '.html';
	windowFeatures = "width=1000" + "," + "height=640" + "," + true + "," + false + "," + false + "," + false + "," + false + "," + false

	window.open(url, 'Kwartierstaat', windowFeatures);
}

//-->
<!--
// Copyright information must stay intact
// WinOpen v1.0
// Copyright NavSurf.com 2002, all rights reserved
// For more scripts, visit NavSurf.com at http://navsurf.com

// Set the input argument to true to enable the window feature
function Persoon(link, persoon){
	var windowFeatures;
	windowFeatures = "width=1000" + "," + "height=640" + "," + true + "," + false + "," + false + "," + false + "," + false + "," + false
	url = 'http://stamboom.bode-almere.nl/php/persoon.php&var1=' + link + '&var2=' + persoon;

	window.open(url, '', windowFeatures);
}

//-->


//-->
<!--
// Copyright information must stay intact
// WinOpen v1.0
// Copyright NavSurf.com 2002, all rights reserved
// For more scripts, visit NavSurf.com at http://navsurf.com

// Set the input argument to true to enable the window feature
function WinOpen(url){
	var windowFeatures;
	windowFeatures = "width=1000" + "," + "height=640" + "," + true + "," + false + "," + false + "," + false + "," + false + "," + false

	window.open(url, '', windowFeatures);
}

//-->


