var nav_213tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Facilities',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'facilities.html'
},
{   'sTitle':'Hiring',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'hiring.html'
},
{   'sTitle':'Events',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Activities',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'activities.html'
},
{   'sTitle':'Hall News',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'hall_news.html',
    'sTarget':'_self'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Site Map',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'site_map.html'
}]
});
