var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Casino Night 4/11/11',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Music for a Christmas Night 10/12/11',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Big Band Night 22/6/12',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
