var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Homes',
    bIsWebPath:true,
    sUrl:'roche_hursing_homes.html'
},
{   sTitle:'Retirement Properties',
    bIsWebPath:true,
    sUrl:'retirement_properties.html'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html'
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'faqs.html'
},
{   sTitle:'Aims and Objectives',
    bIsWebPath:true,
    sUrl:'aims_and_objectives.html'
}]
});
