function AllCheck(chk){
	for(i = 0;i < document.theform.category.length ;i++){
		document.theform.category[i].checked = chk;
	}
}

