    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 fnSetButton()
    {
        if(document.body.id == "HomePage")
        {
            document.getElementById("Img1").style.filter  = "progid:DXImageTransform.Microsoft.Alpha(opacity=100);";
            document.getElementById("td1").style.border  = "outset 3px; #999999";
            document.getElementById("Img1").onmouseover=null;
            document.getElementById("Img1").onmouseout=null;
            document.getElementById("display2fla").FrameNum = 0;
            document.getElementById("display2fla").Play();
        }
    }
    
    function fnNavHome()
    {
        window.location = "/Default.aspx";
    }
    function fnNavAboutUs()
    {
        window.location = "/Pages/AboutUs/AboutUs.aspx";
    }
    function fnNavGallery()
    {
        window.location = "/Pages/Gallery/Gallery.aspx";
    }
    function fnNavContactUs()
    {
        window.location = "/Pages/ContactUs/ContactUs.aspx";
    }

    function fnNavHouse1()
    {
        window.location = "/Pages/Gallery/house1/house1.aspx";
    }
    function fnNavStudy()
    {
        window.location = "/Pages/Gallery/study/study.aspx";
    }
    function fnNavAmazGrace()
    {
        window.location = "/Pages/Gallery/amazgrace/amazgrace.aspx";
    }
    function fnNavLiberty()
    {
        window.location = "/Pages/Gallery/liberty/liberty.aspx";
    }

