var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html',"childArray" : [
    {   sTitle:'Band Bio',
        bIsWebPath:true,
        sUrl:'bandbio.html'
    },
    {   sTitle:'Dave Starr Bio (Guitars, Bass)',
        bIsWebPath:true,
        sUrl:'davestarrbio.html'
    },
    {   sTitle:'London Wilde Bio (Vocals, Keyboards)',
        bIsWebPath:true,
        sUrl:'londonwildebio.html'
    },
    {   sTitle:'Josh Foster Bio (Drums)',
        bIsWebPath:true,
        sUrl:'joshfosterbio.html'
    },
    {   sTitle:'Live Line Up Bio',
        bIsWebPath:true,
        sUrl:'livelineupbio.html'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Music',
    bIsWebPath:true,
    sUrl:'music.html',"childArray" : [
    {   sTitle:'Releases',
        bIsWebPath:true,
        sUrl:'releases.html'
    },
    {   sTitle:'Lyrics',
        bIsWebPath:true,
        sUrl:'wildestarrlyrics.html'
    }]
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html',"childArray" : [
    {   sTitle:'Videos',
        bIsWebPath:true,
        sUrl:'wildestarrvideo.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Gallery Band Shots',
        bIsWebPath:true,
        sUrl:'page21.html'
    },
    {   sTitle:'Gallery Behind The Scenes',
        bIsWebPath:true,
        sUrl:'gallerybehindthescenes.html'
    },
    {   sTitle:'Gallery Press',
        bIsWebPath:true,
        sUrl:'gallerypress.html'
    }]
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
