/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by:  |  */

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