var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Access Control Drive Gate Openers',
    'bIsWebPath':true,
    'sUrl':'accesscontrol.html'
},
{   'sTitle':'Subdivision & Estate Entrances',
    'bIsWebPath':true,
    'sUrl':'subdivisionandestateentrances.html'
},
{   'sTitle':'Screening Walls',
    'bIsWebPath':true,
    'sUrl':'screeningwalls.html'
},
{   'sTitle':'Custom Fencing',
    'bIsWebPath':true,
    'sUrl':'customfencing.html'
},
{   'sTitle':'Stone Tree Fence Installation',
    'bIsWebPath':true,
    'sUrl':'stonetree.html'
},
{   'sTitle':' Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
