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