var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Safe Harbor',
    bIsWebPath:true,
    sUrl:'safeharbor.html'
},
{   sTitle:'Churches',
    bIsWebPath:true,
    sUrl:'churches.html'
},
{   sTitle:'Organizations',
    bIsWebPath:true,
    sUrl:'aporgs.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html'
}]
});