var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Skiing ',
    'bIsWebPath':true,
    'sUrl':'skiing.html'
},
{   'sTitle':'Lodging',
    'bIsWebPath':true,
    'sUrl':'lodging.html',"childArray" : [
    {   'sTitle':'Hungry Trout Lodging',
        'bIsWebPath':true,
        'sUrl':'hunrytroutlodging.html'
    },
    {   'sTitle':'Saranac Lake Cabin',
        'bIsWebPath':true,
        'sUrl':'lakecabin.html'
    },
    {   'sTitle':'Bahamas Beach House',
        'bIsWebPath':true,
        'sUrl':'bahamas.html'
    }]
},
{   'sTitle':'Dining',
    'bIsWebPath':true,
    'sUrl':'hungrytroutdining.html'
},
{   'sTitle':'Fly Fishing',
    'bIsWebPath':true,
    'sUrl':'flyfishing.html'
},
{   'sTitle':'Fly Shop',
    'bIsWebPath':true,
    'sUrl':'flyshop.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
