function c_pdnd_hideAll()
{
  if (document.forms[0].c_pdnd != null)
  {
    if (document.forms[0].c_pdnd.checked == false) {changeObjectVisibility("c_pdnd_QS","hidden","none");}
  }

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

