function changeBox(cbox) {
box = eval(cbox);
box.checked = !box.checked;
}
