var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'About Us.html'
},
{   sTitle:'Street of Dreams',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Water Features',
    bIsWebPath:true,
    sUrl:'water features.html'
},
{   sTitle:'Hardscapes',
    bIsWebPath:true,
    sUrl:'hardscapes.html'
},
{   sTitle:'Design',
    bIsWebPath:true,
    sUrl:'landscape design.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
