//Functions for Register page
	
	function popr(pval)
	{
		if(pval=='Register')
		{
			window.open("MBSReg/newLicense.asp","Registration",'top=0,left=0,width=500,height=403')
		}
		else if(pval=='Flash')
		{
			window.open("MBSPresentation.htm","Registration",'top=0,left=0,width=800,height=610')
		}
	}
	
	