var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'schedule.html'
},
{   sTitle:'The Band',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Press Kit',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Store',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
