var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_us.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Squad',
    'bIsWebPath':true,
    'sUrl':'squad.html',"childArray" : [
    {   'sTitle':'Senior Women',
        'bIsWebPath':true,
        'sUrl':'senior_women.html'
    },
    {   'sTitle':'Senior Women\'s Coaches',
        'bIsWebPath':true,
        'sUrl':'senior_women\'s_coaches.html'
    },
    {   'sTitle':'U18',
        'bIsWebPath':true,
        'sUrl':'u18.html'
    },
    {   'sTitle':'U18 Coaches',
        'bIsWebPath':true,
        'sUrl':'u18_coaches.html'
    },
    {   'sTitle':'Season 2010-11',
        'bIsWebPath':true,
        'sUrl':'season_2010-11.html'
    }]
},
{   'sTitle':'Fixtures',
    'bIsWebPath':true,
    'sUrl':'fixtures.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
