var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home Page',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Registration',
    bIsWebPath:true,
    sUrl:'registration.html'
},
{   sTitle:'Parents Band Info',
    bIsWebPath:true,
    sUrl:'parents.html'
},
{   sTitle:'Student Resources',
    bIsWebPath:true,
    sUrl:'students.html'
},
{   sTitle:'Info for Principals',
    bIsWebPath:true,
    sUrl:'schools.html'
},
{   sTitle:'Donate/Support',
    bIsWebPath:true,
    sUrl:'support.html'
},
{   sTitle:'Employment',
    bIsWebPath:true,
    sUrl:'employment.html'
},
{   sTitle:'Honor Bands',
    bIsWebPath:true,
    sUrl:'honorbands.html'
},
{   sTitle:'History/Mission',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
}]
});
