function checkAll(theField) {
	for( i=0; i<theField.length; i++ )
		theField[i].checked = true;
	return false;
}
