//Created 20070201, nhiedajat2@csc.com //This script is to help the multiple select using DIV var myArr = new Array(); function doit(theid,hiddenid,thecheckbox) { if (thecheckbox.checked == false) { if (checkIfInArray(theid)!=-1) myArr.splice(checkIfInArray(theid),1); else myArr.push(theid); coloringArr(); copytoHidden(hiddenid); } } // no-checkbox version, for preview page function doit(theid,hiddenid) { if (checkIfInArray(theid)!=-1) myArr.splice(checkIfInArray(theid),1); else myArr.push(theid); coloringArr(); copytoHidden(hiddenid); } function checkIfInArray(theid) { if (myArr.length>0) { for (var x=0;x0) { for (var x=0;x