var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'.:Home:.',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Design',
    'bIsWebPath':true,
    'sUrl':'design.htm'
},
{   'sTitle':'Rubaroc',
    'bIsWebPath':true,
    'sUrl':'rubaroc.html'
},
{   'sTitle':'Greens & Courts',
    'bIsWebPath':true,
    'sUrl':'greens.html'
},
{   'sTitle':'Landscaping',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Interlock',
        'bIsWebPath':true,
        'sUrl':'interlock.html'
    },
    {   'sTitle':'Decks',
        'bIsWebPath':true,
        'sUrl':'decks..html'
    },
    {   'sTitle':'Lawns & Gardens',
        'bIsWebPath':true,
        'sUrl':'gardens.html'
    }]
},
{   'sTitle':'Sense of Community',
    'bIsWebPath':true,
    'sUrl':'community.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
