var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Pools & Hot Tubs',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'services.html#Pools'
    },
    {   sTitle:'Wells & Cisterns',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'services.html#Wells'
    },
    {   sTitle:'Irrigation & Dust Control',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'services.html#Irrigation'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html',"childArray" : [
    {   sTitle:'The Whole Story',
        bIsWebPath:true,
        sUrl:'story.html'
    },
    {   sTitle:'Privacy Policy',
        bIsWebPath:true,
        sUrl:'privacy.html'
    }]
},
{   sTitle:'Photos & Videos',
    bIsWebPath:true,
    sUrl:'photos_videos.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page7.html'
}]
});
