var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Plantation Hills',
    bIsWebPath:true,
    sUrl:'aboutplantationhills.html'
},
{   sTitle:'Current News',
    bIsWebPath:true,
    sUrl:'phha.html'
},
{   sTitle:'Take The Survey',
    bIsWebPath:true,
    sUrl:'survey.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Local Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
