var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Zoe Booth',
    bIsWebPath:true,
    sUrl:'zoebooth.html'
},
{   sTitle:'Performing',
    bIsWebPath:true,
    sUrl:'performing.html'
},
{   sTitle:'Teaching',
    bIsWebPath:true,
    sUrl:'teaching.html',"childArray" : [
    {   sTitle:'Private Flute Lessons',
        bIsWebPath:true,
        sUrl:'studiolessons.html'
    },
    {   sTitle:'Flute Courses',
        bIsWebPath:true,
        sUrl:'flutecourses.html'
    },
    {   sTitle:'Workshops',
        bIsWebPath:true,
        sUrl:'musicworkshops.html'
    },
    {   sTitle:'Flute Days',
        bIsWebPath:true,
        sUrl:'flutedays.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'Teaching Home Page',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'teaching.html#teaching'
    }]
},
{   sTitle:'Composing',
    bIsWebPath:true,
    sUrl:'composing.html'
},
{   sTitle:'Pipeblower Publishing',
    bIsWebPath:true,
    sUrl:'publishing.html',"childArray" : [
    {   sTitle:'Popular Classics for Flute Ensemble',
        bIsWebPath:true,
        sUrl:'popularclassics.html'
    },
    {   sTitle:'Original Music for Flute Ensemble',
        bIsWebPath:true,
        sUrl:'originalmusic.html'
    },
    {   sTitle:'Treasured Discoveries for Flute Ensemble',
        bIsWebPath:true,
        sUrl:'treasureddiscoveries.html'
    },
    {   sTitle:'Christmas Music for Flute Ensemble',
        bIsWebPath:true,
        sUrl:'christmasmusic.html'
    },
    {   sTitle:'Pop and Jazz for Flute Ensemble',
        bIsWebPath:true,
        sUrl:'popandjazz.html'
    },
    {   sTitle:'Opera and Ballet Music for Flute Ensemble',
        bIsWebPath:true,
        sUrl:'operaandballet.html'
    },
    {   sTitle:'Music for Flute and Piano',
        bIsWebPath:true,
        sUrl:'fluteandpiano.html'
    },
    {   sTitle:'Music for Solo Flute',
        bIsWebPath:true,
        sUrl:'soloflute.html'
    },
    {   sTitle:'Warm-Ups for Flute Players',
        bIsWebPath:true,
        sUrl:'warmups.html'
    },
    {   sTitle:'Music for Flute and Cello',
        bIsWebPath:true,
        sUrl:'fluteandcello.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'Pipeblower Publishing Home Page',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'publishing.html#Pipeblower'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
