var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'First Team ',
    'bIsWebPath':true,
    'sUrl':'firstteam.html'
},
{   'sTitle':'Reserves',
    'bIsWebPath':true,
    'sUrl':'reserves.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Forum',
    'bIsWebPath':true,
    'sUrl':'forum.html'
},
{   'sTitle':'Youth Teams',
    'bIsWebPath':true,
    'sUrl':'youthteams.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
