/* Property Section */
function Property(opt)
{
    if (opt == "4")
    {
        document.location = "../AboutUs/AboutUsMain.aspx?id=15";
    }
    else
    {
        var PropertyContent = document.getElementById("PropertyContent");
    
        if(opt == "1")
        {
            var Url = "../GeojitProperties/Property.aspx";
        }
        else if (opt == "2")
        {
            var Url = "../GeojitProperties/ReasonsToInvest.aspx";
        }
        else if (opt == "3")
        {
            var Url = "../GeojitProperties/HousingFinance.aspx";
        }
        else if (opt == "5")
        {
            var Url = "../GeojitProperties/PGallery.aspx";
        }
    
        PropertyContent.innerHTML="<table cellpadding='0' cellspacing='0' border='0' width='100%'><tr><td height='80' align='center'><img src='../images/loading.gif'></td></tr></table>";
	    var ajax = new Ajax.Updater('PropertyContent',Url);
    }
}
/* Property Section Ends */
