/* 
	This function is used to check a radio button when the associated
	image object is clicked.
*/

function radioCheck(fieldName) {

	fieldName.checked=true;

}