var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'My Music',
    bIsWebPath:true,
    sUrl:'mymusic.html'
},
{   sTitle:'Arranging/Orchestration',
    bIsWebPath:true,
    sUrl:'arranging_orchestration.html'
},
{   sTitle:'Performing',
    bIsWebPath:true,
    sUrl:'performing.html'
},
{   sTitle:'Scores',
    bIsWebPath:true,
    sUrl:'scores.html'
},
{   sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'articles.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
