var nav_286tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'ABOUT US',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'EMPLOYMENT',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'employment.html'
    },
    {   'sTitle':'MEMBERSHIP',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'membership.html'
    },
    {   'sTitle':'CONTACT US',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'contactus.html'
    }]
},
{   'sTitle':'CLUB DIRECTIONS',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'-directions.html',
    'sTarget':'_self'
}]
});
