CODE
function remChecks()
{
position="check.js";
whatfunc="remChecks()";
var elem;
for(i = 1; prog[i] != null; i++)
{
elem = document.getElementById("chkbox"+i);
if (elem==null || forc[i]=="yes") <!----- This line changed
continue;
elem.checked=false;
}
}
{
position="check.js";
whatfunc="remChecks()";
var elem;
for(i = 1; prog[i] != null; i++)
{
elem = document.getElementById("chkbox"+i);
if (elem==null || forc[i]=="yes") <!----- This line changed
continue;
elem.checked=false;
}
}
This took care of it in all my tests.
@larciel: Is it just that one reg tweak or none work with a command after it? There should be no reason for that to happen. Could it be lack of administrator rights to install it?

