var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'Page 2.html'
},
{   'sTitle':'Children',
    'bIsWebPath':true,
    'sUrl':'Children.html'
},
{   'sTitle':'Youth',
    'bIsWebPath':true,
    'sUrl':'Youth.html'
},
{   'sTitle':'Adults',
    'bIsWebPath':true,
    'sUrl':'Adults.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'Events.html'
},
{   'sTitle':'Directions',
    'bIsWebPath':true,
    'sUrl':'Directions.html'
}]
});
