var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Design to Build Process',
    'bIsWebPath':true,
    'sUrl':'designtobuildprocess.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'Services.html',"childArray" : [
    {   'sTitle':'3D Design',
        'bIsWebPath':true,
        'sUrl':'page22.html'
    },
    {   'sTitle':'Landscapes',
        'bIsWebPath':true,
        'sUrl':'page26.html'
    },
    {   'sTitle':'Pergolas & Structures',
        'bIsWebPath':true,
        'sUrl':'Structures.html'
    },
    {   'sTitle':'Hardscape',
        'bIsWebPath':true,
        'sUrl':'Hardscape.html'
    },
    {   'sTitle':'Water Garden',
        'bIsWebPath':true,
        'sUrl':'Water Garden.html'
    },
    {   'sTitle':'Landscape Maintanence',
        'bIsWebPath':true,
        'sUrl':'Landscape Maintanence.html'
    },
    {   'sTitle':'Lighting',
        'bIsWebPath':true,
        'sUrl':'Lighting.html'
    },
    {   'sTitle':'New Lawns',
        'bIsWebPath':true,
        'sUrl':'new lawns.html'
    },
    {   'sTitle':'Other Services',
        'bIsWebPath':true,
        'sUrl':'otherservices.html'
    },
    {   'sTitle':'Decidous Trees',
        'bIsWebPath':true,
        'sUrl':'page25.html'
    },
    {   'sTitle':'Evergreen Trees',
        'bIsWebPath':true,
        'sUrl':'page21.html'
    }]
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'Testimonials.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'About Us.html',"childArray" : [
    {   'sTitle':'About Us',
        'bIsWebPath':true,
        'sUrl':'page23.html'
    },
    {   'sTitle':'Display Area',
        'bIsWebPath':true,
        'sUrl':'Display Area.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'Contact.html'
}]
});
