
function checkAll(form){for(var i=0;i<form.length;i++)
if(form[i].type=='checkbox')
form[i].checked=true;}
