var nav_215tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':' Home  ',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html',
    'sTarget':'_self'
},
{   'sTitle':'Welcome',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'welcome.html'
},
{   'sTitle':'Members',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'members.html'
},
{   'sTitle':'Board',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'board.html'
},
{   'sTitle':'Staff',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'staff.html'
},
{   'sTitle':'Services',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'News',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'news.html',
    'sTarget':'_self'
}]
});
