function Scherm(URL){
         window.open(URL, "nieuw", "width=900,height=700,status=yes,toolbar=no,scrollbars=yes");
         }
		 
function Help(URL){
         window.open(URL, "help", "top=50,left=500,width=280,height=400,status=no,toolbar=no,scrollbars=no");
         }

function Infotheek(URL){
         window.open(URL, "info", "top=140,left=0,status=no,toolbar=no,scrollbars=yes");
         }
		 
function Disclaimer(URL){
         window.open(URL, "info", "top=50,left=400,width=500,height=400,status=no,toolbar=no,scrollbars=yes");
         }
		 

		
