var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Funeral Services',
    bIsWebPath:true,
    sUrl:'funeral-services.html'
},
{   sTitle:'Golden Charter',
    bIsWebPath:true,
    sUrl:'golden-charter.html'
},
{   sTitle:'Supporting the Community',
    bIsWebPath:true,
    sUrl:'supporting-the-community.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
