var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'CABINS',
    'bIsWebPath':true,
    'sUrl':'lodges.html'
},
{   'sTitle':'RALLY RENTALS',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'lodges.html',
    'sTarget':'_self'
},
{   'sTitle':'FAQ',
    'bIsWebPath':true,
    'sUrl':'faq.html'
},
{   'sTitle':'ATTRACTIONS',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
