var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Firm Profile',
        bIsWebPath:true,
        sUrl:'firmprofile.html'
    },
    {   sTitle:'Partner Profile',
        bIsWebPath:true,
        sUrl:'partnerprofile.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Individuals',
        bIsWebPath:true,
        sUrl:'individuals.html'
    },
    {   sTitle:'Businesses',
        bIsWebPath:true,
        sUrl:'business.html'
    }]
},
{   sTitle:'Learning Center',
    bIsWebPath:true,
    sUrl:'learning.html',"childArray" : [
    {   sTitle:'Tax Update Letters',
        bIsWebPath:true,
        sUrl:'tax.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact1.html',"childArray" : [
    {   sTitle:'Contact Form',
        bIsWebPath:true,
        sUrl:'contactform.html'
    },
    {   sTitle:'Map ',
        bIsWebPath:true,
        sUrl:'map.html'
    }]
}]
});
