var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Concerts',
    bIsWebPath:true,
    sUrl:'page12.html'
},
{   sTitle:'Contacts and location',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Dance Band',
    bIsWebPath:true,
    sUrl:'dance band.html',"childArray" : [
    {   sTitle:'rehearsals',
        bIsWebPath:true,
        sUrl:'rehearsals.html'
    }]
},
{   sTitle:'facebook Link',
    bIsWebPath:true,
    sUrl:'fb.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
