var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About The Ranch',
    'bIsWebPath':true,
    'sUrl':'ranch.html'
},
{   'sTitle':'Rooms & Reservations',
    'bIsWebPath':true,
    'sUrl':'rooms&reservations.html'
},
{   'sTitle':'Meetings & Retreats',
    'bIsWebPath':true,
    'sUrl':'MeetingsRetreats.html'
},
{   'sTitle':'Weddings & Occasions',
    'bIsWebPath':true,
    'sUrl':'weddings.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'Events.html'
},
{   'sTitle':'Area Visitor Guide',
    'bIsWebPath':true,
    'sUrl':'AreaVisitorGuide.html'
},
{   'sTitle':' Birding',
    'bIsWebPath':true,
    'sUrl':'Birding.html'
},
{   'sTitle':'Recipes From the Inn',
    'bIsWebPath':true,
    'sUrl':'RecipesFromTheInn.html'
},
{   'sTitle':'Map & Directions',
    'bIsWebPath':true,
    'sUrl':'maps.html',"childArray" : [
    {   'sTitle':'Map',
        'bIsWebPath':true,
        'sUrl':'Map.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
