var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html',"childArray" : [
    {   sTitle:'Pink Floyd',
        bIsWebPath:true,
        sUrl:'pinkfloyd.html'
    },
    {   sTitle:'Thin Lizzy',
        bIsWebPath:true,
        sUrl:'thinlizzy.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'blues project gallery',
        bIsWebPath:true,
        sUrl:'gallery2.html'
    },
    {   sTitle:'blackmagicwoman',
        bIsWebPath:true,
        sUrl:'bmw.html'
    },
    {   sTitle:'fans',
        bIsWebPath:true,
        sUrl:'fans.html'
    }]
},
{   sTitle:'Interviews',
    bIsWebPath:true,
    sUrl:'interviews.html'
},
{   sTitle:'Discograpy',
    bIsWebPath:true,
    sUrl:'discography.html'
},
{   sTitle:'Gigs',
    bIsWebPath:true,
    sUrl:'gigs.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
