function load()
{
    //alert(location.href.indexOf("/news"))
    if (location.pathname == "/hosting.aspx")
    {
    document.images[7].src = "/menu/hosting-sel.gif"
    }
    else if(location.pathname == "/" || location.pathname.indexOf("home.aspx") != -1)
    {
    document.images[2].src = "/menu/home-sel.gif"
    }
    else if(location.pathname.indexOf("products.aspx") != -1)
    {
    document.images[5].src = "/menu/products-sel.gif"
    }
    else if(location.pathname.indexOf("clients.aspx") != -1)
    {
    document.images[6].src = "/menu/clients-sel.gif"
    }
    else if(location.pathname == "/about-us.aspx")
    {
    document.images[3].src = "/menu/about-sel.gif"
    }
    else if(location.pathname == "/services.aspx")
    {
    document.images[4].src = "/menu/services-sel.gif"
    }
    else if(location.pathname == "/replication.aspx")
    {
    document.images[8].src = "/menu/replication-sel.gif"
    }
    else if(location.href.indexOf("/news") > -1)
    {
    document.images[9].src = "/menu/news-sel.gif"
    }
    else if(location.pathname == "/contact.aspx")
    {
    document.images[10].src = "/menu/contact-sel.gif"
    }
    //else if(location.pathname == "/products/bridge" || location.pathname == "/products/imode"|| location.pathname == "/products/Viper" || location.pathname == "/products/event-management-tool")
    //{
    //document.images[4].src = "/menu/products-sel.gif"
    //}
}
function loadPopup(inVal)
    {
	//JobWin = window.open(inVal,"mywindow","address=yes,menubar=yes,location=0,status=no,scrollbars=no,resizable=1,width=680,height=355")
	JobWin = window.open("googlemap.htm","mywindow","address=yes,menubar=yes,location=0,status=no,scrollbars=no,resizable=1,width=570,height=470")
	JobWin.focus()
    }