var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Digital Music',
    bIsWebPath:true,
    sUrl:'digitalmusic.html'
},
{   sTitle:'Marching Percussion',
    bIsWebPath:true,
    sUrl:'marchingpercussion.html'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
