
function fnShowRegistration(classNumber)
{
	location.href = "Registration.aspx?RegistrationClassNumber=" + classNumber;
}	

