function checksexual(theColumn){
	theColumn.value=theColumn.value.dbc2sbc();
	theColumn.value=theColumn.value.toUpperCase();
	if(theColumn.value.substr(1,1)=="1") document.memberForm.sexual[0].checked=true;
	if(theColumn.value.substr(1,1)=="2") document.memberForm.sexual[1].checked=true;
}