var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home Page',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Site Map',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Scouting Links',
    'bIsWebPath':true,
    'sUrl':'page6.html'
},
{   'sTitle':'Beavers',
    'bIsWebPath':true,
    'sUrl':'page8.html'
},
{   'sTitle':'Cubs',
    'bIsWebPath':true,
    'sUrl':'cubshome.html'
},
{   'sTitle':'Scouts',
    'bIsWebPath':true,
    'sUrl':'page10.html'
},
{   'sTitle':'Explorers',
    'bIsWebPath':true,
    'sUrl':'page5000.html'
}]
});
