var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Accounting',
        bIsWebPath:true,
        sUrl:'accounting.html',
        sTarget:'_self'
    },
    {   sTitle:'Payroll',
        bIsWebPath:true,
        sUrl:'payroll.html',
        sTarget:'_self'
    },
    {   sTitle:'Taxes',
        bIsWebPath:true,
        sUrl:'taxes.html',
        sTarget:'_self'
    },
    {   sTitle:'Articles of Incorporation',
        bIsWebPath:true,
        sUrl:'aic.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Tax Center',
    bIsWebPath:true,
    sUrl:'tax.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'test.html',
    sTarget:'_self'
},
{   sTitle:'Our Clients',
    bIsWebPath:true,
    sUrl:'clients.html',
    sTarget:'_self'
},
{   sTitle:'Forms/Coupons',
    bIsWebPath:true,
    sUrl:'forms.html',
    sTarget:'_self'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
