function c_act_hideAll()
{
  if (document.forms[0].c_act != null)
  {
    if (document.forms[0].c_act.checked == false) {changeObjectVisibility("c_act_QS","hidden","none");}
  }

//  if (document.crForm.c_act.checked == false) {changeObjectVisibility("c_act_QS","hidden","none");}
}

