var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Pool Service',
    bIsWebPath:true,
    sUrl:'poolservice.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimony.html',"childArray" : [
    {   sTitle:'More Testimonials',
        bIsWebPath:true,
        sUrl:'moretestimony.html'
    }]
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'questions.html'
}]
});