function hdPdown(){
  hdSelect = document.hdForm.hdPmenu.selectedIndex;
  location.href = document.hdForm.hdPmenu.options[hdSelect].value;
}

