var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html',"childArray" : [
    {   sTitle:'Chapter Two',
        bIsWebPath:true,
        sUrl:'chapter2.html'
    },
    {   sTitle:'Chapter Three',
        bIsWebPath:true,
        sUrl:'chapter3.html'
    },
    {   sTitle:'Chapter Four',
        bIsWebPath:true,
        sUrl:'chapter4.html'
    }]
},
{   sTitle:'CDs',
    bIsWebPath:true,
    sUrl:'cds.html'
},
{   sTitle:'Song Clips',
    bIsWebPath:true,
    sUrl:'song_clips.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photogallery.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',"childArray" : [
    {   sTitle:'Local Bands',
        bIsWebPath:true,
        sUrl:'localbands.html'
    },
    {   sTitle:'Gear Companies We Use',
        bIsWebPath:true,
        sUrl:'tpf_equipment.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
