    function fnRollDark(oImg)
    {
        if(oImg != "Img1")
        {
            document.getElementById(oImg).style.filter  = "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
            document.getElementById(oImg).parentNode.parentNode.style.border  = "inset 3px; #999999";
        }
    }
    
    function fnRollLight(oImg)
    {
        if(oImg != "Img1")
        {
            document.getElementById(oImg).style.filter  = "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
            document.getElementById(oImg).parentNode.parentNode.style.border  = "solid 3px; #999999";
        }
    }
    
    
    function fnNavHome()
    {
        window.location = "/Hendersons/Default.aspx";
    }
    function fnNavMusic()
    {
        window.location = "/Hendersons/music/Samples.aspx";
    }
    function fnNavSchedule()
    {
        window.location = "/Hendersons/Schedule/Schedule.aspx";
    }
    function fnNavContactUs()
    {
        window.location = "/Hendersons/ContactUs/ContactUs.aspx";
    }
    function fnNavFriends()
    {
        window.location = "/Hendersons/Friends/Friends.aspx";
    }
    
    function fnNavLiberty()
    {
        window.open("http://www.Liberty-Baptist.net", "_blank");
    }
    function fnNavAmazingGrace()
    {
        window.open("http://www.amazinggracebaptist.net", "_blank");
    }
    function fnNavBerachah()
    {
        window.open("http://www.berachahbaptist.org/index.php", "_blank");
    }

