  if (oForm.pagename.value == "home")
  {
     //home.innerText = "Home";
     nav_top_home.style.fontWeight = "bold";
     nav_bot_home.style.fontWeight = "bold";
  }
  if (oForm.pagename.value == "specials")
  {
     nav_top_specials.style.fontWeight = "bold";
     nav_bot_specials.style.fontWeight = "bold";
  }
  if (oForm.pagename.value == "holispec")
  {
     nav_top_holispec.style.fontWeight = "bold";
     nav_bot_holispec.style.fontWeight = "bold";
  }
  if (oForm.pagename.value == "menu")
  {
     nav_top_menu.style.fontWeight = "bold";
     nav_bot_menu.style.fontWeight = "bold";
  }
  if (oForm.pagename.value == "catering")
  {
     nav_top_catering.style.fontWeight = "bold";
     nav_bot_catering.style.fontWeight = "bold";
  }
  if (oForm.pagename.value == "contact")
  {
     nav_top_contact.style.fontWeight = "bold";
     nav_bot_contact.style.fontWeight = "bold";
  }
