var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Team',
    bIsWebPath:true,
    sUrl:'the team.html'
},
{   sTitle:'Beats',
    bIsWebPath:true,
    sUrl:'beats.html',"childArray" : [
    {   sTitle:'Licensing',
        bIsWebPath:true,
        sUrl:'licensing.html'
    },
    {   sTitle:'FAQ',
        bIsWebPath:true,
        sUrl:'faq.html'
    }]
},
{   sDescription:'2ACCESS MUSIC PRODUCTION BLOG',
    sTitle:'Blog',
    bIsExternal:true,
    sUrl:'http://www.2access.ca/blog',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   bSeparatorBefore:true,
    sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
