function Scherm(URL){
         window.open(URL, "nieuw", "width=800,height=500,status=yes,toolbar=no,scrollbars=yes");
         }
		 
function Help(URL){
         window.open(URL, "help", "top=50,left=500,width=300,height=500,status=0,toolbar=0,scrollbars=0,menubar=0,directories=0");
         }

function infotheek(URL){
         window.open(URL, "info", "top=140,left=0,status=no,toolbar=no,scrollbars=yes");
         }
		 

		
