function c_cust01_hideAll()
{
  if (document.forms[0].c_cust01 != null)
  {
    if (document.forms[0].c_cust01.checked == false) {changeObjectVisibility("c_cust01_QS","hidden","none");}
  }

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

