var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Top',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'schedule.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
