var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'UNITS',
    'bIsWebPath':true,
    'sUrl':'units.html'
},
{   'sTitle':'WE SELL',
    'bIsWebPath':true,
    'sUrl':'inventory.html'
},
{   'sTitle':'MAP',
    'bIsWebPath':true,
    'sUrl':'map.html'
},
{   'sTitle':'LINKS',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
