var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Management Executives',
    'bIsWebPath':true,
    'sUrl':'company.html'
},
{   'sTitle':'Our Team',
    'bIsWebPath':true,
    'sUrl':'affiliates.html'
},
{   'sTitle':'Corporate Trade',
    'bIsWebPath':true,
    'sUrl':'trading.html'
},
{   'sTitle':'International Financing',
    'bIsWebPath':true,
    'sUrl':'international_finance.html'
},
{   'sTitle':'US Based Financing',
    'bIsWebPath':true,
    'sUrl':'financing.html',"childArray" : [
    {   'sTitle':'Investors',
        'bIsWebPath':true,
        'sUrl':'investments.html'
    },
    {   'sTitle':'Brokers',
        'bIsWebPath':true,
        'sUrl':'brokers.html'
    }]
},
{   'sTitle':'Capital Consultancy',
    'bIsWebPath':true,
    'sUrl':'capitalconsultancy.html'
},
{   'sTitle':'Real Estate',
    'bIsWebPath':true,
    'sUrl':'realestate.html',"childArray" : [
    {   'sTitle':'Real Estate Listings',
        'bIsWebPath':true,
        'sUrl':'listings.html',"childArray" : [
        {   'sTitle':'Commercial Bldg - NYC',
            'bIsWebPath':true,
            'sUrl':'bronx.html'
        },
        {   'sTitle':'Mixed Use Building',
            'bIsWebPath':true,
            'sUrl':'nyack.html'
        },
        {   'sTitle':'Vacant Land',
            'bIsWebPath':true,
            'sUrl':'Pomona.html'
        }]
    },
    {   'sTitle':'India Luxury Listings',
        'bIsWebPath':true,
        'sUrl':'india.html'
    },
    {   'sTitle':'Feasibility Report',
        'bIsWebPath':true,
        'sUrl':'reports.html'
    }]
},
{   'sTitle':'Giving Back',
    'bIsWebPath':true,
    'sUrl':'charity.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sTitle':'Disclaimer & Disclosures',
        'bIsWebPath':true,
        'sUrl':'disclaimer.html'
    }]
}]
});
