function uncheckAll(field) { for (i = 0; i < field.length; i++) field[i].checked = false ; } 

