	
		function Vlag1()
		{ var ThisForm = document.vlag1;  ThisForm.submit(); }
								
		function Vlag2()
		{ var ThisForm = document.vlag2;  ThisForm.submit(); }
								
		function Vlag3()
		{ var ThisForm = document.vlag3;  ThisForm.submit(); }
						
		function Vlag4()
		{ var ThisForm = document.vlag4;  ThisForm.submit(); }
		
		function dislcm(url,am){
		newWindow = window.open(url,am,"HEIGHT=500,WIDTH=400,locationbar=no,scrollbars=yes,toolbar=no,resizable=yes,top=30,left=200");
		newWindow.focus();
		} 