cosi':

codice:
function checkTutti(f) {
 for(var i=1;i<=11;i++) f.elements['cb'+i].checked=true;
}
ciao