ciao, dovresti fare uan cosa di questo tipo:

function seleziona(){
for(i=0;i<NUMCHECK;i++){
document.conf_form["checkNum"+i].checked = true;
}