var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About the Band',
    bIsWebPath:true,
    sUrl:'theband.html',"childArray" : [
    {   sTitle:'About the Band',
        bIsWebPath:true,
        sUrl:'theband.html',
        sTarget:'_self'
    },
    {   sTitle:'Players',
        bIsWebPath:true,
        sUrl:'players.html',"childArray" : [
        {   sTitle:'Musical Directors',
            bIsWebPath:true,
            sUrl:'musicaldirectors.html'
        },
        {   sTitle:'Cornets',
            bIsWebPath:true,
            sUrl:'cornets.html',"childArray" : [
            {   sTitle:'Front Row',
                bIsWebPath:true,
                sUrl:'frontrow.html'
            },
            {   sTitle:'Soprano & Back Row',
                bIsWebPath:true,
                sUrl:'backrow.html'
            }]
        },
        {   sTitle:'Flugel & Horns',
            bIsWebPath:true,
            sUrl:'flugelandhorns.html'
        },
        {   sTitle:'Euphoniums & Baritones',
            bIsWebPath:true,
            sUrl:'euphsandbaris.html'
        },
        {   sTitle:'Trombones',
            bIsWebPath:true,
            sUrl:'troms.html'
        },
        {   sTitle:'Basses',
            bIsWebPath:true,
            sUrl:'basses.html'
        },
        {   sTitle:'Percussion',
            bIsWebPath:true,
            sUrl:'percussion.html'
        }]
    },
    {   sTitle:'Committee',
        bIsWebPath:true,
        sUrl:'committee.htm'
    },
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.htm'
    }]
},
{   sTitle:'Latest News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Engagements',
    bIsWebPath:true,
    sUrl:'engagements.html',"childArray" : [
    {   sTitle:'Engagements',
        bIsWebPath:true,
        sUrl:'engagements.html',
        sTarget:'_self'
    },
    {   sTitle:'Land O\' Burns Contest',
        bIsWebPath:true,
        sUrl:'lob.html',
        sTarget:'_self'
    },
    {   sTitle:'Annual Slow Melody',
        bIsWebPath:true,
        sUrl:'slowmelody.html',"childArray" : [
        {   sTitle:'2011',
            bIsWebPath:true,
            sUrl:'2011.html',
            sTarget:'_self'
        },
        {   sTitle:'2010',
            bIsWebPath:true,
            sUrl:'2010.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Junior Band',
    bIsWebPath:true,
    sUrl:'juniorband.html',"childArray" : [
    {   sTitle:'Junior Band Members',
        bIsWebPath:true,
        sUrl:'juniorplayers.html'
    },
    {   sTitle:'Junior Engagements',
        bIsWebPath:true,
        sUrl:'juniorengagements.html'
    },
    {   sTitle:'Junior Band News',
        bIsWebPath:true,
        sUrl:'juniornews.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photos.html',"childArray" : [
    {   sTitle:'Junior Band Slow Melody 2011',
        bIsWebPath:true,
        sUrl:'jbsm11.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Land O\' Burns',
    bIsWebPath:true,
    sUrl:'lob.html',
    sTarget:'_self'
}]
});
