function unselectAllFooters() { document.getElementById("podWatch").className = ''; document.getElementById("contact").className = ''; document.getElementById("privacy").className = ''; document.getElementById("terms").className = ''; } function MarkSize(size){ document.getElementById("size1").src = "/images/text_small.gif"; document.getElementById("size2").src = "/images/text_medium.gif"; document.getElementById("size3").src = "/images/text_large.gif"; var s = document.getElementById(size); switch (size){ case 'size1': s.src = "/images/text_small_bold.gif"; break; case 'size2': s.src = "/images/text_medium_bold.gif"; break; case 'size3': s.src = "/images/text_large_bold.gif"; break; } } // set selected class to menu based on URL unselectAllFooters(); var siteURL = 'www.myomnipod.com/'; //alert(document.getElementById("demokit").value); if (window.location.href.indexOf(siteURL+'podWatch/') != -1 || window.location.href.indexOf(siteURL+'app/form/mailingList/submit/') != -1) document.getElementById("podWatch").style.color = "#84c447"; if (window.location.href.indexOf(siteURL+'app/form/mailingList/signup/submit/') != -1) document.getElementById("podWatch").style.color = "#84c447"; if (window.location.href.indexOf(siteURL+'about-insulet/contact-insulet/') != -1) document.getElementById("contact").style.color = "#84c447"; if (window.location.href.indexOf(siteURL+'privacy/') != -1) document.getElementById("privacy").style.color = "#84c447"; if (window.location.href.indexOf(siteURL+'terms/') != -1) document.getElementById("terms").style.color = "#84c447"; /*Demo Kit*/ if (window.location.href.indexOf(siteURL+'DemoPodConditionsAgreement/') != -1 || window.location.href.indexOf(siteURL+'app/form/DemoKit/submit/') != -1 || window.location.href.indexOf(siteURL+'app/form/submit/thankyou/') != -1) document.getElementById("demokit").style.color = "#84c447"; /*Get Started*/ if (window.location.href.indexOf(siteURL+'getstarted/') != -1 || window.location.href.indexOf(siteURL+'GetstartedFSA/') != -1) document.getElementById("getstarted").style.color = "#84c447"; /*Omnipod Events*/ if (window.location.href.indexOf(siteURL+'omnipod-events/') != -1) document.getElementById("events").style.color = "#84c447"; /*Email Us*/ if (window.location.href.indexOf(siteURL+'app/form/support/') != -1 || window.location.href.indexOf(siteURL+'app/form/prodQuestion/form/submit/') != -1) document.getElementById("emailus").style.color = "#84c447"; /*Download Software*/ if (window.location.href.indexOf(siteURL+'customer-care/download-software/') != -1) document.getElementById("downloadsoftware").style.color = "#84c447";