var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Future',
    bIsWebPath:true,
    sUrl:'Future.html'
},
{   sTitle:'Past',
    bIsWebPath:true,
    sUrl:'Past.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'Location.html'
},
{   sTitle:'Thanks',
    bIsWebPath:true,
    sUrl:'Thanks.html'
}]
});
