var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'For Sale',
    bIsWebPath:true,
    sUrl:'forsale.html',"childArray" : [
    {   sTitle:'Flags',
        bIsWebPath:true,
        sUrl:'flagsale.html'
    },
    {   sTitle:'Costumes',
        bIsWebPath:true,
        sUrl:'costumes.html'
    }]
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.htm'
},
{   sTitle:'Bands',
    bIsWebPath:true,
    sUrl:'page8.html',"childArray" : [
    {   sTitle:'Symphonic Band',
        bIsWebPath:true,
        sUrl:'symphonic.html'
    },
    {   sTitle:'Marching Band',
        bIsWebPath:true,
        sUrl:'mband.html'
    },
    {   sTitle:'Rock Band',
        bIsWebPath:true,
        sUrl:'rockband.html'
    }]
},
{   sTitle:'Guard',
    bIsWebPath:true,
    sUrl:'guard.html'
},
{   sTitle:'Boosters',
    bIsWebPath:true,
    sUrl:'boosters.htm'
},
{   sTitle:'Calendar',
    bIsExternal:true,
    sUrl:'https://www.charmsoffice.com/charms/calendar.asp?s=MaidenHSB'
},
{   sTitle:'Charms',
    bIsExternal:true,
    sUrl:'https://www.charmsoffice.com/charms/parents.asp?username=MaidenHSB'
},
{   bSeparatorAfter:true,
    sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
