function ARegistrant(){
//	alert("got here");
	
}

function URegistrant(){
	//alert("got to UReport()");
	
}

function DRegistrant(){
	//alert("got to DReport()");
	document.registration.theaction.value = "delete";	
}
