function c_ucso02_hideAll()
{
  if (document.forms[0].c_ucso02 != null)
  {
    if (document.forms[0].c_ucso02.checked == false) {changeObjectVisibility("c_ucso02_QS","hidden","none");}
  }

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