// JavaScript Document
function setLang(langChoice)
	{
		document.langForm.lang.value = langChoice
		document.langForm.submit()
	}
	
	
	
function cancelReg()
	{
		document.location = "cancelReg.php"
	}
	

