function checkradio(whichradio)
	{ //open functions scripting
	switch(whichradio)
		{
		case 0:
			document.Registration.RegistrationType[0].checked=true
		break
		case 1:
			document.Registration.RegistrationType[1].checked=true
		break
		}
	//end switch
	} //close function scription
//end function