var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Ibis Plaza Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Terms&Conditions',
        bIsWebPath:true,
        sUrl:'terms&conditions.html'
    }]
},
{   sTitle:'About Leasing',
    bIsWebPath:true,
    sUrl:'AboutLeasing.html'
},
{   sTitle:'Our Office Suites',
    bIsWebPath:true,
    sUrl:'OurOfficeSuites.html'
},
{   sTitle:'Lease / Rent Space',
    bIsWebPath:true,
    sUrl:'RentSpace.html',"childArray" : [
    {   sTitle:'Move-in-Ready',
        bIsWebPath:true,
        sUrl:'Move-in-Ready.html',"childArray" : [
        {   sTitle:'Suite 105 - 1,000 sq.ft',
            bIsWebPath:true,
            sUrl:'Suite105.html'
        },
        {   sTitle:'Suite 904 - 2,140 sq.ft.',
            bIsWebPath:true,
            sUrl:'Suite 904.html'
        },
        {   sTitle:'Suite 908 - 1,854 sq.ft.',
            bIsWebPath:true,
            sUrl:'Suite 908.html'
        },
        {   sTitle:'Suite 912 - 742 sq.ft.',
            bIsWebPath:true,
            sUrl:'Suite 912.html'
        },
        {   sTitle:'Suite 1100 - 892 sq.ft.',
            bIsWebPath:true,
            sUrl:'Suite 1100.html'
        },
        {   sTitle:'Suite 1400 - 1,025 sq.ft.',
            bIsWebPath:true,
            sUrl:'Suite 1400.html'
        },
        {   sTitle:'Suite 1500 - 1,403 sq.ft.',
            bIsWebPath:true,
            sUrl:'Suite 1500.html'
        }]
    },
    {   sTitle:'Build-to-Suit',
        bIsWebPath:true,
        sUrl:'Build-to-Suit.html',"childArray" : [
        {   sTitle:'Suite 2300 - 4.975 sq.ft.',
            bIsWebPath:true,
            sUrl:'Suite 2300.html'
        },
        {   sTitle:'Suite 3000 - 26,250 sq.ft.',
            bIsWebPath:true,
            sUrl:'Suite 3000.html'
        }]
    }]
},
{   sTitle:'Rental Contacts',
    bIsWebPath:true,
    sUrl:'RentalContacts.html'
},
{   sTitle:'Office Location',
    bIsWebPath:true,
    sUrl:'OfficeLocation.html'
},
{   sTitle:'Tenant Comments',
    bIsWebPath:true,
    sUrl:'TenantComments.html'
},
{   sTitle:'Why New Jersey',
    bIsWebPath:true,
    sUrl:'NewJersey.html',"childArray" : [
    {   sTitle:'Why Princeton NJ',
        bIsWebPath:true,
        sUrl:'Princeton NJ.html'
    },
    {   sTitle:'Why Hamilton NJ',
        bIsWebPath:true,
        sUrl:'Hamilton NJ.html'
    }]
}]
});