var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Home',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Services : Accountancy',
        bIsWebPath:true,
        sUrl:'services_accountancy.html'
    },
    {   sTitle:'Services : Book Keeping',
        bIsWebPath:true,
        sUrl:'services_bookkeeping.html'
    },
    {   sTitle:'Services : Taxation',
        bIsWebPath:true,
        sUrl:'services_taxation.html'
    },
    {   sTitle:'Services : Payroll',
        bIsWebPath:true,
        sUrl:'services_payroll.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'Find Us',
    bIsWebPath:true,
    sUrl:'location.html'
}]
});
