var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'about-us.html'
},
{   sTitle:'DESIGN GALLERY',
    bIsWebPath:true,
    sUrl:'design.html'
},
{   sTitle:'VIRTUAL WALKTHROUGH',
    bIsWebPath:true,
    sUrl:'virtual-walkthrough.html'
},
{   sTitle:'SERVICES',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'DESIGN/BUILD',
        bIsWebPath:true,
        sUrl:'design-build.html'
    },
    {   sTitle:'HARDSCAPES',
        bIsWebPath:true,
        sUrl:'hardscapes.html'
    },
    {   sTitle:'PLANTING',
        bIsWebPath:true,
        sUrl:'planting.html'
    },
    {   sTitle:'LIGHTING',
        bIsWebPath:true,
        sUrl:'lighting.html'
    },
    {   sTitle:'PROJECT MANAGEMENT',
        bIsWebPath:true,
        sUrl:'project-management.html'
    },
    {   sTitle:'WATER FEATURES',
        bIsWebPath:true,
        sUrl:'water-features.html'
    }]
},
{   sTitle:'SHOW GARDENS',
    bIsWebPath:true,
    sUrl:'show-gardens.html'
},
{   sTitle:'RECOGNITION',
    bIsWebPath:true,
    sUrl:'recognition.html'
},
{   sTitle:'NEWSLETTER',
    bIsWebPath:true,
    sUrl:'newsletter.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contact-us.html'
}]
});
