var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html',"childArray" : [
    {   sTitle:'Steve Potter',
        bIsWebPath:true,
        sUrl:'steve.html'
    },
    {   sTitle:'Geoff Lakeman',
        bIsWebPath:true,
        sUrl:'geoff.html'
    },
    {   sTitle:'Peter Acty',
        bIsWebPath:true,
        sUrl:'pete.html'
    }]
},
{   sTitle:'Music',
    bIsWebPath:true,
    sUrl:'music.html'
},
{   sTitle:'Gigs',
    bIsWebPath:true,
    sUrl:'gigs.html'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Reviews/Press',
    bIsWebPath:true,
    sUrl:'reviews.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
