var nav_3tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',
    'sTarget':'_self'
},
{   'sTitle':'COMMITTEE',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'current committee.html',
    'sTarget':'_self'
},
{   'sTitle':'CONSTITUTION',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'CONSTITUTION Updated Sept 2011.pdf',
    'sTarget':'_blank'
},
{   'sTitle':'PLAYING RULES',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'rules.html',
    'sTarget':'_self'
},
{   'sTitle':'LEAGUES',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'allleagues.html',
    'sTarget':'_self'
}]
});
