function setradioval(val)
{
	var val;
	if (val==1) document.frmSelection.rdquotetype[0].checked=true;
	else if (val==2) document.frmSelection.rdquotetype[1].checked=true;
	else if (val==3) document.frmSelection.rdquotetype[2].checked=true;
	//return false;
}
