<!--
function GotoHolyNamerPage()
{
  var PageName;
  PageName=document.holyNamer.cboHN.options[document.holyNamer.cboHN.options.selectedIndex].value;
  if(PageName=="1")
  {
    alert("Please select a name...");
  }
  else
  {
    //alert(PageName);
    location.href=PageName
  }
}
//-->

