var nav_23tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Regional Info',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'regional.html'
},
{   'sTitle':'Diocese',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'diocese.html'
},
{   'sTitle':'Links',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Palanca',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'palanca.html'
},
{   'sTitle':'National Info',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'national.html',
    'sTarget':'_self'
}]
});
