var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Site Information',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Event Schedule',
    bIsWebPath:true,
    sUrl:'eventschedule.html'
},
{   sTitle:'Registration',
    bIsWebPath:true,
    sUrl:'registration.html'
}]
});
