var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Properties Available',
    bIsWebPath:true,
    sUrl:'pa.html',"childArray" : [
    {   sTitle:'Commercial Properties',
        bIsWebPath:true,
        sUrl:'commercial.html'
    },
    {   sTitle:'Houses',
        bIsWebPath:true,
        sUrl:'houses.html'
    },
    {   sTitle:'Flats',
        bIsWebPath:true,
        sUrl:'flats.html'
    },
    {   sTitle:'Bungalows',
        bIsWebPath:true,
        sUrl:'bungalows.html'
    },
    {   sTitle:'Rooms',
        bIsWebPath:true,
        sUrl:'rooms.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Landlords',
        bIsWebPath:true,
        sUrl:'landlords.html',"childArray" : [
        {   sTitle:'Management',
            bIsWebPath:true,
            sUrl:'management.html'
        },
        {   sTitle:'Tenant Finder',
            bIsWebPath:true,
            sUrl:'finder.html'
        },
        {   sTitle:'Referencing',
            bIsWebPath:true,
            sUrl:'reference.html'
        },
        {   sTitle:'Inventory',
            bIsWebPath:true,
            sUrl:'inventory.html'
        },
        {   sTitle:'Advertising',
            bIsWebPath:true,
            sUrl:'advertising.html'
        }]
    },
    {   sTitle:'Tenants',
        bIsWebPath:true,
        sUrl:'tenants.html',"childArray" : [
        {   sTitle:'Application Process',
            bIsWebPath:true,
            sUrl:'application.html'
        },
        {   sTitle:'Payments',
            bIsWebPath:true,
            sUrl:'payments.html',"childArray" : [
            {   sTitle:'Rent Payments',
                bIsWebPath:true,
                sUrl:'rent payment.html'
            },
            {   sTitle:'Deposits',
                bIsWebPath:true,
                sUrl:'deposits.html'
            }]
        },
        {   sTitle:'Inventory',
            bIsWebPath:true,
            sUrl:'inventory2.html'
        }]
    },
    {   sTitle:'Maintenance',
        bIsWebPath:true,
        sUrl:'maintenance.html'
    }]
},
{   sTitle:'Fees',
    bIsWebPath:true,
    sUrl:'fees.html'
},
{   sTitle:'About A B Property',
    bIsWebPath:true,
    sUrl:'abproperty.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
