var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'ABOUT US',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'CALENDAR/STAFF',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'CLASSES & INFO',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'CONTACT US',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
