var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Flamingo',
    'bIsWebPath':true,
    'sUrl':'flamingo.html'
},
{   'sTitle':'Heron',
    'bIsWebPath':true,
    'sUrl':'heron.html'
},
{   'sTitle':'Pelican',
    'bIsWebPath':true,
    'sUrl':'pelican.html'
},
{   'sTitle':'Sandpiper',
    'bIsWebPath':true,
    'sUrl':'sandpiper.html'
},
{   'sTitle':'Egret',
    'bIsWebPath':true,
    'sUrl':'egret.html'
},
{   'sTitle':'Toucan',
    'bIsWebPath':true,
    'sUrl':'toucan.html'
},
{   'sTitle':'Macaw',
    'bIsWebPath':true,
    'sUrl':'macaw.html'
},
{   'sTitle':'Rental Info',
    'bIsWebPath':true,
    'sUrl':'rentalinfo.html'
}]
});
