﻿// JScript File

function setMenu()
{

var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);

if (sPage.toLowerCase()=="what-is-menopause.aspx")
{
    document.getElementById("menopause-arrow").style.visibility = "visible";
    document.getElementById("active-arrow-talking-with doctor").className = "hide";
    document.getElementById("active-arrow-about").className = "hide";
    document.getElementById("active-arrow-menopause-resources").className = "hide";
    
    
}
else if (sPage.toLowerCase()=="menopause-symptoms.aspx")
{
    document.getElementById("menopause-arrow").style.visibility = "visible";
    
//    document.getElementById("benefitsLink").style.textDecoration ="none";
//    document.getElementById("takingPremproLink").style.textDecoration ="none";
//    document.getElementById("SafetySideEffectsLink").style.textDecoration ="none";
//    document.getElementById("glossaryLink").style.textDecoration ="none";
//    document.getElementById("menopause-symptoms").style.textDecoration ="underline";
    document.getElementById("active-arrow-talking-with doctor").className = "hide";
    document.getElementById("active-arrow-menopause-resources").className = "hide";
    document.getElementById("active-arrow-about").className = "hide";
}
else if (sPage.toLowerCase()=="about.aspx")
{
    
    document.getElementById("active-arrow-about").style.visibility = "visible";
//    document.getElementById("benefitsLink").style.textDecoration ="none";
//    document.getElementById("takingPremproLink").style.textDecoration ="none";
//    document.getElementById("SafetySideEffectsLink").style.textDecoration ="none";
//    document.getElementById("glossaryLink").style.textDecoration ="none";
//    document.getElementById("menopause-symptoms").style.textDecoration ="none";
    document.getElementById("active-arrow-talking-with doctor").className = "hide";
    document.getElementById("menopause-arrow").className = "hide";
    document.getElementById("active-arrow-menopause-resources").className = "hide";
}
else if (sPage.toLowerCase()=="benefits.aspx")
{
    
    document.getElementById("active-arrow-about").style.visibility = "visible";
//    document.getElementById("benefitsLink").style.textDecoration ="underline";
//    document.getElementById("takingPremproLink").style.textDecoration ="none";
//    document.getElementById("SafetySideEffectsLink").style.textDecoration ="none";
//    document.getElementById("glossaryLink").style.textDecoration ="none";
//    document.getElementById("menopause-symptoms").style.textDecoration ="none";
    document.getElementById("active-arrow-talking-with doctor").className = "hide";
    document.getElementById("menopause-arrow").className = "hide";
    document.getElementById("active-arrow-menopause-resources").className = "hide";
}
else if (sPage.toLowerCase()=="taking-prempro.aspx")
{
    
    document.getElementById("active-arrow-about").style.visibility = "visible";
//    document.getElementById("benefitsLink").style.textDecoration ="none";
//    document.getElementById("takingPremproLink").style.textDecoration ="underline";
//    document.getElementById("SafetySideEffectsLink").style.textDecoration ="none";
//    document.getElementById("glossaryLink").style.textDecoration ="none";
//    document.getElementById("menopause-symptoms").style.textDecoration ="none";
    document.getElementById("active-arrow-talking-with doctor").className = "hide";
    document.getElementById("menopause-arrow").className = "hide";
    document.getElementById("active-arrow-menopause-resources").className = "hide";
}
else if (sPage.toLowerCase()=="safety-side-effects.aspx")
{
    
    document.getElementById("active-arrow-about").style.visibility = "visible";
//    document.getElementById("benefitsLink").style.textDecoration ="none";
//    document.getElementById("takingPremproLink").style.textDecoration ="none";
//    document.getElementById("SafetySideEffectsLink").style.textDecoration ="underline";
//    document.getElementById("glossaryLink").style.textDecoration ="none";
//    document.getElementById("menopause-symptoms").style.textDecoration ="none";
    document.getElementById("active-arrow-talking-with doctor").className = "hide";
    document.getElementById("menopause-arrow").className = "hide";
    document.getElementById("active-arrow-menopause-resources").className = "hide";
}
else if (sPage.toLowerCase()=="talking-with-your-doctor.aspx")
{
    
    document.getElementById("active-arrow-talking-with doctor").style.visibility = "visible";
//    document.getElementById("benefitsLink").style.textDecoration ="none";
//    document.getElementById("takingPremproLink").style.textDecoration ="none";
//    document.getElementById("SafetySideEffectsLink").style.textDecoration ="none";
//    document.getElementById("glossaryLink").style.textDecoration ="none";
//    document.getElementById("menopause-symptoms").style.textDecoration ="none";
    document.getElementById("menopause-arrow").className = "hide";
    document.getElementById("active-arrow-menopause-resources").className = "hide";
    document.getElementById("active-arrow-about").className = "hide";
}
else if (sPage.toLowerCase()=="menopause-resources.aspx")
{
    
    document.getElementById("active-arrow-menopause-resources").style.visibility = "visible";
    
//    document.getElementById("benefitsLink").style.textDecoration ="none";
//    document.getElementById("takingPremproLink").style.textDecoration ="none";
//    document.getElementById("SafetySideEffectsLink").style.textDecoration ="none";
//    document.getElementById("glossaryLink").style.textDecoration ="none";
//    document.getElementById("menopause-symptoms").style.textDecoration ="none";
    document.getElementById("menopause-arrow").className = "hide";
    document.getElementById("active-arrow-about").className = "hide";
    document.getElementById("active-arrow-talking-with doctor").className = "hide";
    
}
else if (sPage.toLowerCase()=="glossary.aspx")
{
    
    document.getElementById("active-arrow-menopause-resources").style.visibility = "visible";
//    document.getElementById("benefitsLink").style.textDecoration ="none";
//    document.getElementById("takingPremproLink").style.textDecoration ="none";
//    document.getElementById("SafetySideEffectsLink").style.textDecoration ="none";
//    document.getElementById("glossaryLink").style.textDecoration ="underline";
//    document.getElementById("menopause-symptoms").style.textDecoration ="none";
    document.getElementById("active-arrow-talking-with doctor").className = "hide";
    document.getElementById("menopause-arrow").className = "hide";
    document.getElementById("active-arrow-about").className = "hide";

}
else
{   
    if(document.getElementById("benefitsLink")!=null)
    document.getElementById("benefitsLink").style.textDecoration ="none";
    if(document.getElementById("takingPremproLink")!=null)
    document.getElementById("takingPremproLink").style.textDecoration ="none";
    if(document.getElementById("SafetySideEffectsLink")!=null)
    document.getElementById("SafetySideEffectsLink").style.textDecoration ="none";
    if(document.getElementById("glossaryLink")!=null)
    document.getElementById("glossaryLink").style.textDecoration ="none";
    if(document.getElementById("menopause-symptoms")!=null)
    document.getElementById("menopause-symptoms").style.textDecoration ="none";
    
     document.getElementById("active-arrow-talking-with doctor").className = "hide";
    document.getElementById("menopause-arrow").className = "hide";
    document.getElementById("active-arrow-about").className = "hide";
    document.getElementById("active-arrow-menopause-resources").className = "hide";
    
}



}

function printFunc()
{
//document.getElementById("printFrame").style. = "block";
document.getElementById('toprint').contentWindow.printThepage();
document.getElementById("printFrame").style.display = "none";

}




function setArrow(image,show)
{

    if(show=="true")
    {
    document.getElementById(image).style.visibility="visible";
    
   
    }
    else
    document.getElementById(image).style.visibility="hidden";
}


function setBold(obj,val)
{
   if(val=='true')
   document.getElementById(obj).style.fontWeight='bold'; 
}


function setUnderline(elem,val)
{
    if(val=='true')
    document.getElementById(elem).style.textDecoration='underline';
    else
    document.getElementById(elem).style.textDecoration='none';
}

function displayFooter()
    {
    
       window.location= window.location.href+"#footer";
    }








