	function LengthChk(objNam,NextObj,objLength) {
		if(objNam.value.length==objLength) {
			NextObj.focus();
		}
	}

