
		function checkToBit (objCheckBox) {
			if (objCheckBox) {return 1;} else {return 0;}
		}
