
function OpenPlattegrond(sUrl)
{
	// In het midden van het scherm tonen.
	var iTop = (screen.height/2) - (336/2)- 50;
	var iLeft = (screen.width/2) - (518/2);

	window.open(sUrl, 'Plattegrond', 'toolbar=yes,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=555,height=445,top='+iTop+',left='+iLeft+'');

}





