function c_ucso01_hideAll()
{
  if (document.forms[0].c_ucso01 != null)
  {
    if (document.forms[0].c_ucso01.checked == false) {changeObjectVisibility("c_ucso01_QS","hidden","none");}
  }

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

