﻿function toggle_visibility(sermonyear09) {
    var e = document.getElementById(sermonyear09);
        if (e.style.display == 'block')
            e.style.display = 'none';
        else
            e.style.display = 'block';
    }

function toggle_visibility(sermonyear08) {
    var e = document.getElementById(sermonyear08);
        if (e.style.display == 'block')
            e.style.display = 'none';
        else
            e.style.display = 'block';
    }

function toggle_visibility(sermonmonthjan09) {
    var e = document.getElementById(sermonmonthjan09);
        if (e.style.display == 'inline')
            e.style.display = 'none';
        else
            e.style.display = 'inline';
    }

    function toggle_visibility(sermonmonthfeb09) {
        var e = document.getElementById(sermonmonthfeb09);
        if (e.style.display == 'block')
            e.style.display = 'none';
        else
            e.style.display = 'block';
    }

    function toggle_visibility(sermonmonthmar09) {
        var e = document.getElementById(sermonmonthmar09);
        if (e.style.display == 'block')
            e.style.display = 'none';
        else
            e.style.display = 'block';
    }

    function toggle_visibility(sermonmonthapr09) {
        var e = document.getElementById(sermonmonthapr09);
        if (e.style.display == 'block')
            e.style.display = 'none';
        else
            e.style.display = 'block';
    }

    function toggle_visibility(sermonmonthmay09) {
        var e = document.getElementById(sermonmonthmay09);
        if (e.style.display == 'block')
            e.style.display = 'none';
        else
            e.style.display = 'block';
    }

    function toggle_visibility(sermonmonthjun09) {
        var e = document.getElementById(sermonmonthjun09);
        if (e.style.display == 'block')
            e.style.display = 'none';
        else
            e.style.display = 'block';
    }

    function toggle_visibility(sermonmonthjul09) {
        var e = document.getElementById(sermonmonthjul09);
        if (e.style.display == 'block')
            e.style.display = 'none';
        else
            e.style.display = 'block';
    }

    function toggle_visibility(sermonmonthaug09) {
        var e = document.getElementById(sermonmonthaug09);
        if (e.style.display == 'block')
            e.style.display = 'none';
        else
            e.style.display = 'block';
    }

    function toggle_visibility(sermonmonthsept09) {
        var e = document.getElementById(sermonmonthsept09);
        if (e.style.display == 'block')
            e.style.display = 'none';
        else
            e.style.display = 'block';
    }

    function toggle_visibility(sermonmonthoct09) {
        var e = document.getElementById(sermonmonthoct09);
        if (e.style.display == 'block')
            e.style.display = 'none';
        else
            e.style.display = 'block';
    }

    function toggle_visibility(sermonmonthnov09) {
        var e = document.getElementById(sermonmonthnov09);
        if (e.style.display == 'block')
            e.style.display = 'none';
        else
            e.style.display = 'block';
    }

    function toggle_visibility(sermonmonthdec09) {
        var e = document.getElementById(sermonmonthdec09);
        if (e.style.display == 'block')
            e.style.display = 'none';
        else
            e.style.display = 'block';
    }

    function toggle_visibility(sermonmonthjan08) {
        var e = document.getElementById(sermonmonthjan08);
        if (e.style.display == 'block')
            e.style.display = 'none';
        else
            e.style.display = 'block';
    }