var hidhighlight = document.getElementById("hidleftnav")
if (hidhighlight != null)
{
  switch (hidhighlight.value)
  {
    case "1":
      document.getElementById("intro").src = "/PublishingImages/Patient/full/circle_leftnav_intro_on.gif"      
      document.getElementById("aintro").href="javascript:void(0)";
      document.getElementById("aintro").style.cursor="default";
      document.getElementById("aintro").style.textDecoration="none";
      break;
    case "2":
      document.getElementById("whaton").src = "/PublishingImages/Patient/full/circle_leftnav_what_on.gif"
      document.getElementById("awhaton").href="javascript:void(0)";
      document.getElementById("awhaton").style.cursor="default";
      document.getElementById("awhaton").style.textDecoration="none";
      break;
    case "3":
      document.getElementById("inf").src = "/PublishingImages/Patient/full/circle_leftnav_infusion_on.gif"
      document.getElementById("ainf").href="javascript:void(0)";
      document.getElementById("ainf").style.cursor="default";
      document.getElementById("ainf").style.textDecoration="none";
      break;
    case "4":
      document.getElementById("faq").src = "/PublishingImages/Patient/full/circle_leftnav_faq_on.gif"
      document.getElementById("afaq").href="javascript:void(0)";
      document.getElementById("afaq").style.cursor="default";
      document.getElementById("afaq").style.textDecoration="none";
      break;
    case "5":
      document.getElementById("signup").src = "/PublishingImages/Patient/full/circle_leftnav_signup_on.gif"
      document.getElementById("asignup").href="javascript:void(0)";
      document.getElementById("asignup").style.cursor="default";
      document.getElementById("asignup").style.textDecoration="none";
      break;
    default:
      break;
    
  }
}