function LeftNavgreenOver()
{
    document.getElementById("ctl00_ctl00_ContentPlaceholderMain_LeftNav_navBottom").style.backgroundImage = "url(/SMS/images/leftnav/left-nav-bottom-green.gif)";
}
//kt mod
function LeftNavGrayKTOver() {
    document.getElementById("ctl00_ctl00_ContentPlaceholderMain_LeftNav_navBottom").style.backgroundImage = "url(/SMS/images/leftnav/left-nav-background-gray-kt-bottom.gif)";
}

function LeftNavorangeOver()
{
    document.getElementById("ctl00_ctl00_ContentPlaceholderMain_LeftNav_navBottom").style.backgroundImage = "url(/SMS/images/leftnav/left-nav-bottom-orange.gif)";
}

function LeftNavlightorangeOver() 
{
    document.getElementById("ctl00_ctl00_ContentPlaceholderMain_LeftNav_navBottom").style.backgroundImage = "url(/SMS/images/leftnav/left-nav-bottom-lightorange.gif)";
}

function LeftNavgoldOver()
{
    document.getElementById("ctl00_ctl00_ContentPlaceholderMain_LeftNav_navBottom").style.backgroundImage = "url(/SMS/images/leftnav/left-nav-bottom-gold.gif)";
}

function LeftNavredOver()
{
    document.getElementById("ctl00_ctl00_ContentPlaceholderMain_LeftNav_navBottom").style.backgroundImage = "url(/SMS/images/leftnav/left-nav-bottom-red.gif)";
}

function LeftNavblueOver()
{
    document.getElementById("ctl00_ctl00_ContentPlaceholderMain_LeftNav_navBottom").style.backgroundImage = "url(/SMS/images/leftnav/left-nav-bottom-blue.gif)";
}

function LeftNavlightblueOver()
{
    document.getElementById("ctl00_ctl00_ContentPlaceholderMain_LeftNav_navBottom").style.backgroundImage = "url(/SMS/images/leftnav/left-nav-bottom-lightblue.gif)";
}

function LeftNavpinkOver()
{
    document.getElementById("ctl00_ctl00_ContentPlaceholderMain_LeftNav_navBottom").style.backgroundImage = "url(/SMS/images/leftnav/left-nav-bottom-pink.gif)";
}

function LeftNavOutGray()
{
    document.getElementById("ctl00_ctl00_ContentPlaceholderMain_LeftNav_navBottom").style.backgroundImage = "url(/SMS/images/leftnav/left-nav-bottom-gray.gif)";
}

function LeftNavOut()
{
    document.getElementById("ctl00_ctl00_ContentPlaceholderMain_LeftNav_navBottom").style.backgroundImage = "url(/SMS/images/common/left-nav-background-bottom.gif)";
}