var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Audio Production Agency',
    sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'SERVICES',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self'
},
{   sTitle:'PRODUCERS',
    bIsWebPath:true,
    sUrl:'producers.html',
    sTarget:'_self'
},
{   sTitle:'INFO',
    bIsWebPath:true,
    sUrl:'info.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
