
	function popup_window() 
	{
    window.open('plattegrond.php', 'popup', 'width=700, height=700, menubar=no, scrollbars=no, toolbar=no, location=no, resizable=yes, top=, left=');
  }
