﻿// JScript File


//alert("aaaaaaaaaaa" + window.location.href.indexOf("Our_Clients.aspx") );    

if (window.location.href.indexOf("Default.aspx") > 0)
    document.getElementById("Image2").src = "images/button/home_on.gif";
    
if (window.location.href.indexOf("ContactUsRevisions.aspx") > 0)
    document.getElementById("Image9").src = "images/button/contac_us_on.gif";
    
if (window.location.href.indexOf("about_us.aspx") > 0)
    document.getElementById("Image3").src = "images/button/about_us_on.gif";

if (window.location.href.indexOf("remodels.aspx") > 0)
    document.getElementById("Image19").src = "images/button/remodels_on.gif";

if (window.location.href.indexOf("CustomHomeSubCat.aspx") > 0)
    document.getElementById("Image11").src = "images/button/custome_homes_on.gif";

if (window.location.href.indexOf("testimonials.aspx") > 0)
    document.getElementById("Image8").src = "images/button/testimonials_on.gif";
    
if (window.location.href.indexOf("RealEstateAgents.aspx") > 0)
    document.getElementById("Image20").src = "images/button/join_our_on.gif";

if (window.location.href.indexOf("FeaturedProperty.aspx") > 0)
    document.getElementById("Image6").src = "images/button/featured_property_on.gif";

if (window.location.href.indexOf("PhotoGallery.aspx") > 0)
    document.getElementById("Image7").src = "images/button/photo_gallry_on.gif";

if (window.location.href.indexOf("PhotoGallery.aspx") > 0)
    document.getElementById("Image7").src = "images/button/photo_gallry_on.gif";
