﻿function isIE() {
    var browser = navigator.appName;
    var b_version = navigator.appVersion;
    var version = parseFloat(b_version);
    if (browser == "Microsoft Internet Explorer" && version < 8) {
        return true;
    }
    else {
        return false;
    }
}

function addLoadEvent(func) {
    var oldonload = window.onload;
    if (typeof window.onload != 'function') {
        window.onload = func;
    } else {
        window.onload = function() {
            if (oldonload) {
                oldonload();
            }
            func();
        }
    }
}

if (isIE()) {
    addLoadEvent(fixIE7);
}
addLoadEvent(hideMenuElements);

function fixIE7() {
    document.getElementById("navigation").style.display = "inline";
    document.getElementById("guide_ul").style.display = "inline";
    document.getElementById("sexhealth_ul").style.display = "inline";
    document.getElementById("women_ul").style.display = "inline";
    document.getElementById("men_ul").style.display = "inline";
    document.getElementById("diseases_ul").style.display = "inline";
}

function hideMenuElements() {
    document.getElementById("guide_ul").innerHTML = "";
    document.getElementById("guide").onclick = function() { show(this.id); return false; };
    document.getElementById("sexhealth_ul").innerHTML = "";
    document.getElementById("sexhealth").onclick = function() { show(this.id); return false; };
    document.getElementById("women_ul").innerHTML = "";
    document.getElementById("women").onclick = function() { show(this.id); return false; };
    document.getElementById("men_ul").innerHTML = "";
    document.getElementById("men").onclick = function() { show(this.id); return false; };
    document.getElementById("diseases_ul").innerHTML = "";
    document.getElementById("diseases").onclick = function() { show(this.id); return false; };
}

function hide(id) {
    switch (id) {
        case "guide":
            hideMenuElements();
            document.getElementById("guide").onclick = function() { show(this.id); return false; };
            break;
        case "sexhealth":
            hideMenuElements();
            document.getElementById("sexhealth").onclick = function() { show(this.id); return false; };
            break;
        case "women":
            hideMenuElements();
            document.getElementById("women").onclick = function() { show(this.id); return false; };
            break;
        case "men":
            hideMenuElements();
            document.getElementById("men").onclick = function() { show(this.id); return false; };
            break;
        case "diseases":
            hideMenuElements();
            document.getElementById("diseases").onclick = function() { show(this.id); return false; };
            break;
    }
}

function show(id) {
    if (isIE()) {
        switch (id) {
            case "guide":
                hideMenuElements();
                document.getElementById("guide_ul").innerHTML = "<li onmouseover=\"document.getElementById('item1').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item1').style.backgroundColor = '#ffffff';\"><a border='0' href='http://health.lloydspharmacy.com/sexualhealth/index.php'><span border='0' id='item1' style='background-color: #FFFFFF'>Sexual health index</span></a></li>";
                document.getElementById("guide").onclick = function() { hide(this.id); return false; };
                break;
            case "sexhealth":
                hideMenuElements();
                document.getElementById("sexhealth_ul").innerHTML = "<li onmouseover=\"document.getElementById('item3').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item3').style.backgroundColor = '#ffffff';\"><a border='0' href='http://onlinedoctor.lloydspharmacy.com/article/Chlamydia'><span border='0' id='item3' style='background-color: #FFFFFF'>Chlamydia information</span></a></li>";
                document.getElementById("sexhealth_ul").innerHTML = document.getElementById("sexhealth_ul").innerHTML + "<li onmouseover=\"document.getElementById('item4').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item4').style.backgroundColor = '#ffffff';\"><a border='0' href='http://onlinedoctor.lloydspharmacy.com/service/Sexual-health-tests/Chlamydia-test'><span border='0' id='item4' style='background-color: #FFFFFF'>Chlamydia test</span></a></li>";
                document.getElementById("sexhealth_ul").innerHTML = document.getElementById("sexhealth_ul").innerHTML + "<li onmouseover=\"document.getElementById('item11').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item11').style.backgroundColor = '#ffffff';\"><a border='0' href='http://onlinedoctor.lloydspharmacy.com/service/Sexual-health-tests/chlamydia-and-gonorrhoea-test'><span border='0' id='item11' style='background-color: #FFFFFF'>Chlamydia and gonorrhoea test</span></a></li>";
                document.getElementById("sexhealth_ul").innerHTML = document.getElementById("sexhealth_ul").innerHTML + "<li onmouseover=\"document.getElementById('item5').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item5').style.backgroundColor = '#ffffff';\"><a border='0' href='http://onlinedoctor.lloydspharmacy.com/service/Sexual-health-tests/HIV-saliva-test'><span border='0' id='item5' style='background-color: #FFFFFF'>HIV saliva test</span></a></li>";
                document.getElementById("sexhealth").onclick = function() { hide(this.id); return false; };
                break;
            case "women":
                hideMenuElements();
                document.getElementById("women_ul").innerHTML = "<li onmouseover=\"document.getElementById('item6').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item6').style.backgroundColor = '#ffffff';\"><a border='0' href='http://onlinedoctor.lloydspharmacy.com/sexual_health/cystitis-treatment/treating-cystitis'><span border='0' id='item6' style='background-color: #FFFFFF'>Cystitis treatment</span></a></li>";
                document.getElementById("women_ul").innerHTML = document.getElementById("women_ul").innerHTML + "<li onmouseover=\"document.getElementById('item7').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item7').style.backgroundColor = '#ffffff';\"><a border='0' href='http://onlinedoctor.lloydspharmacy.com/sexual_health/oral-contraception'><span border='0' id='item7' style='background-color: #FFFFFF'>Oral contraception</span></a></li>";
                document.getElementById("women_ul").innerHTML = document.getElementById("women_ul").innerHTML + "<li onmouseover=\"document.getElementById('item8').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item8').style.backgroundColor = '#ffffff';\"><a border='0' href='http://onlinedoctor.lloydspharmacy.com/sexual_health/cervical-cancer-vaccinations/gardasil-and-cervarix'><span border='0' id='item8' style='background-color: #FFFFFF'>Cervical cancer vaccination</span></a></li>";
                document.getElementById("women").onclick = function() { hide(this.id); return false; };
                break;
            case "men":
                hideMenuElements();
                document.getElementById("men_ul").innerHTML = "<li onmouseover=\"document.getElementById('item9').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item9').style.backgroundColor = '#ffffff';\"><a border='0' href='http://onlinedoctor.lloydspharmacy.com/service/impotence-treatment/Buy-Viagra-Cialis-Levitra-online'><span border='0' id='item9' style='background-color: #FFFFFF'>Impotence treatment</span></a></li>";
                document.getElementById("men_ul").innerHTML = document.getElementById("men_ul").innerHTML + "<li onmouseover=\"document.getElementById('item12').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item12').style.backgroundColor = '#ffffff';\"><a border='0' href='http://onlinedoctor.lloydspharmacy.com/article/impotence-medicines'><span border='0' id='item12' style='background-color: #FFFFFF'>Impotence medicines</span></a></li>";
                document.getElementById("men").onclick = function() { hide(this.id); return false; };
                break;
            case "diseases":
                hideMenuElements();
                document.getElementById("diseases_ul").innerHTML = "<li onmouseover=\"document.getElementById('item13').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item13').style.backgroundColor = '#ffffff';\"><a href='http://health.lloydspharmacy.com/womenshealth/sexualhealth/hivaids.php'><span border='0' id='item13' style='background-color: #FFFFFF'>AIDS and HIV</span></a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li onmouseover=\"document.getElementById('item14').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item14').style.backgroundColor = '#ffffff';\"><a href='http://health.lloydspharmacy.com/womenshealth/fundamentallyfemale/cervicalcancer.php'><span border='0' id='item14' style='background-color: #FFFFFF'>Cervical Cancer</span></a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li onmouseover=\"document.getElementById('item15').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item15').style.backgroundColor = '#ffffff';\"><a href='http://health.lloydspharmacy.com/womenshealth/sexualhealth/chlamydia.php'><span border='0' id='item15' style='background-color: #FFFFFF'>Chlamydia infections</span></a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li onmouseover=\"document.getElementById('item16').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item16').style.backgroundColor = '#ffffff';\"><a href='http://health.lloydspharmacy.com/womenshealthcontraception/contraceptivepills.php'><span border='0' id='item16' style='background-color: #FFFFFF'>Contraception (Contraceptive pill)</span></a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li onmouseover=\"document.getElementById('item17').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item17').style.backgroundColor = '#ffffff';\"><a href='http://health.lloydspharmacy.com/womenshealthcontraception/morningafterpill.php'><span border='0' id='item17' style='background-color: #FFFFFF'>Contraception (Morning-after pill)</span></a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li onmouseover=\"document.getElementById('item18').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item18').style.backgroundColor = '#ffffff';\"><a href='http://health.lloydspharmacy.com/womenshealth/fundamentallyfemale/cystitis.php'><span border='0' id='item18' style='background-color: #FFFFFF'>Cystitis</span></a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li onmouseover=\"document.getElementById('item19').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item19').style.backgroundColor = '#ffffff';\"><a href='http://health.lloydspharmacy.com/sexualhealth/ed/impotence.php'><span border='0' id='item19' style='background-color: #FFFFFF'>Erectile dysfunction (Impotence)</span></a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li onmouseover=\"document.getElementById('item20').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item20').style.backgroundColor = '#ffffff';\"><a href='http://health.lloydspharmacy.com/womenshealth/sexualhealth/gonorrhoea.php'><span border='0' id='item20' style='background-color: #FFFFFF'>Gonorrhoea</span></a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li onmouseover=\"document.getElementById('item21').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item21').style.backgroundColor = '#ffffff';\"><a href='http://health.lloydspharmacy.com/womenshealth/sexualhealth/safesex.php'><span border='0' id='item21' style='background-color: #FFFFFF'>Safe sex</span></a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li onmouseover=\"document.getElementById('item22').style.backgroundColor = '#FEE7CC';\" onmouseout=\"document.getElementById('item22').style.backgroundColor = '#ffffff';\"><a href='http://health.lloydspharmacy.com/womenshealth/sexualhealth/syphilis.php'><span border='0' id='item22' style='background-color: #FFFFFF'>Syphilis</span></a></li>";
                document.getElementById("diseases").onclick = function() { hide(this.id); return false; };
                break;
        }
    }
    else {
        switch (id) {
            case "guide":
                hideMenuElements();
                document.getElementById("guide_ul").innerHTML = "<li><a href='http://health.lloydspharmacy.com/sexualhealth/index.php'>Sexual health index</a></li>";
                document.getElementById("guide").onclick = function() { hide(this.id); return false; };
                break;
            case "sexhealth":
                hideMenuElements();
                document.getElementById("sexhealth_ul").innerHTML = "<li><a href='http://onlinedoctor.lloydspharmacy.com/article/Chlamydia'>Chlamydia information</a></li>";
                document.getElementById("sexhealth_ul").innerHTML = document.getElementById("sexhealth_ul").innerHTML + "<li><a href='http://onlinedoctor.lloydspharmacy.com/service/Sexual-health-tests/Chlamydia-test'>Chlamydia test</a></li>";
                document.getElementById("sexhealth_ul").innerHTML = document.getElementById("sexhealth_ul").innerHTML + "<li><a href='http://onlinedoctor.lloydspharmacy.com/service/Sexual-health-tests/chlamydia-and-gonorrhoea-test'>Chlamydia and gonorrhoea test</a></li>";
                document.getElementById("sexhealth_ul").innerHTML = document.getElementById("sexhealth_ul").innerHTML + "<li><a href='http://onlinedoctor.lloydspharmacy.com/service/Sexual-health-tests/HIV-saliva-test'>HIV saliva test</a></li>";
                document.getElementById("sexhealth").onclick = function() { hide(this.id); return false; };
                break;
            case "women":
                hideMenuElements();
                document.getElementById("women_ul").innerHTML = "<li><a href='http://onlinedoctor.lloydspharmacy.com/sexual_health/cystitis-treatment/treating-cystitis'>Cystitis treatment</a></li>";
                document.getElementById("women_ul").innerHTML = document.getElementById("women_ul").innerHTML + "<li><a href='http://onlinedoctor.lloydspharmacy.com/sexual_health/oral-contraception'>Oral contraception</a></li>";
                document.getElementById("women_ul").innerHTML = document.getElementById("women_ul").innerHTML + "<li><a href='http://onlinedoctor.lloydspharmacy.com/sexual_health/cervical-cancer-vaccinations/gardasil-and-cervarix'>Cervical cancer vaccination</a></li>";
                document.getElementById("women").onclick = function() { hide(this.id); return false; };
                break;
            case "men":
                hideMenuElements();
                document.getElementById("men_ul").innerHTML = "<li><a href='http://onlinedoctor.lloydspharmacy.com/service/impotence-treatment/Buy-Viagra-Cialis-Levitra-online'>Impotence treatment</a></li>";
                document.getElementById("men_ul").innerHTML = document.getElementById("men_ul").innerHTML + "<li><a href='http://onlinedoctor.lloydspharmacy.com/article/impotence-medicines'>Impotence medicines</a></li>";
                document.getElementById("men").onclick = function() { hide(this.id); return false; };
                break;
            case "diseases":
                hideMenuElements();
                document.getElementById("diseases_ul").innerHTML = "<li><a href='http://health.lloydspharmacy.com/womenshealth/sexualhealth/hivaids.php'>AIDS and HIV</a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li><a href='http://health.lloydspharmacy.com/womenshealth/fundamentallyfemale/cervicalcancer.php'>Cervical Cancer</a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li><a href='http://health.lloydspharmacy.com/womenshealth/sexualhealth/chlamydia.php'>Chlamydia infections</a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li><a href='http://health.lloydspharmacy.com/womenshealthcontraception/contraceptivepills.php'>Contraception (Contraceptive pill)</a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li><a href='http://health.lloydspharmacy.com/womenshealthcontraception/morningafterpill.php'>Contraception (Morning-after pill)</a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li><a href='http://health.lloydspharmacy.com/womenshealth/fundamentallyfemale/cystitis.php'>Cystitis</a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li><a href='http://health.lloydspharmacy.com/sexualhealth/ed/impotence.php'>Erectile dysfunction (Impotence)</a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li><a href='http://health.lloydspharmacy.com/womenshealth/sexualhealth/gonorrhoea.php'>Gonorrhoea</a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li><a href='http://health.lloydspharmacy.com/womenshealth/sexualhealth/safesex.php'>Safe sex</a></li>";
                document.getElementById("diseases_ul").innerHTML = document.getElementById("diseases_ul").innerHTML + "<li><a href='http://health.lloydspharmacy.com/womenshealth/sexualhealth/syphilis.php'>Syphilis</a></li>";
                document.getElementById("diseases").onclick = function() { hide(this.id); return false; };
                break;
        }
    }
}
