<!-- bodem copyrigt -->
window.defaultStatus = "© Dubbeldooiers.nl - Powered By: WebSeb.eu 2002 - 2009"

<!-- foto algemeen -->
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

<!-- popup om te printen -->
	 	if (parent.frames.length > 1) {
	 		parent.location.href = 'http://www.dubbeldooiers.nl'
	 	}

		function popup(n,width,height,scrollbars)
		{
			var showscrollbars	= scrollbars;
			//var showscrollbars	= 1;

			var window_width 	= width;
			var window_height 	= height;

			var screen_l = screen.width / 2;
			var screen_t = screen.height / 2;

			screen_l = (screen_l - (window_width / 2));
			screen_t = (screen_t - (window_height / 2)) - 10;

			welke = n;
			var options = 'width=' + window_width + ',height=' + window_height + ',left=' + screen_l + ',Top=' + screen_t + ',toolbar=0,menubar=0,location=0,scrollbars='+ showscrollbars +',directories=0,status=0,resizable=0'
			window.open( welke, 'popup' ,options ) ;
		}

