var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Dulcimer Tabs',
    bIsWebPath:true,
    sUrl:'tabs.html'
},
{   sTitle:'Baritone Tabs',
    bIsWebPath:true,
    sUrl:'baritone tabs.html'
},
{   sTitle:'Ukulele TABs',
    bIsWebPath:true,
    sUrl:'ukulele.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Sound Clips',
    bIsWebPath:true,
    sUrl:'soundclips.html'
},
{   sTitle:'Cumberland Gap Dulcimer Gathering',
    bIsWebPath:true,
    sUrl:'gathering.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
