var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Our Guides',
        'bIsWebPath':true,
        'sUrl':'guides.html'
    },
    {   'sTitle':'Our Favorite Quotes',
        'bIsWebPath':true,
        'sUrl':'quotes.html'
    },
    {   'sTitle':'Client Testimonials',
        'bIsWebPath':true,
        'sUrl':'testimonials.html'
    },
    {   'sTitle':'Links',
        'bIsWebPath':true,
        'sUrl':'links.html',"childArray" : [
        {   'sTitle':'Flies, Fly Tiers & Patterns',
            'bIsWebPath':true,
            'sUrl':'flies.html'
        }]
    }]
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Smallmouth Bass Fishing',
        'bIsWebPath':true,
        'sUrl':'smallmouth.html'
    },
    {   'sTitle':'Steelhead Fishing',
        'bIsWebPath':true,
        'sUrl':'steelhead.html'
    },
    {   'sTitle':'Saltwater Fishing',
        'bIsWebPath':true,
        'sUrl':'saltwater.html'
    },
    {   'sTitle':'Patagonia',
        'bIsWebPath':true,
        'sUrl':'patagonia.html'
    },
    {   'sTitle':'Fish of the Upper Delaware',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'fishdelaware.html',
        'sTarget':'_self'
    },
    {   'sTitle':'New York Commuter Special',
        'bIsWebPath':true,
        'sUrl':'special.html'
    },
    {   'sTitle':'Rates & Policy',
        'bIsWebPath':true,
        'sUrl':'rates.html'
    }]
},
{   'sTitle':'The Delaware',
    'bIsWebPath':true,
    'sUrl':'delaware.html',"childArray" : [
    {   'sTitle':'Fish of the Upper Delaware',
        'bIsWebPath':true,
        'sUrl':'fishdelaware.html'
    },
    {   'sTitle':'River Conditions',
        'bIsWebPath':true,
        'sUrl':'river.html'
    },
    {   'sTitle':'The Hatches',
        'bIsWebPath':true,
        'sUrl':'hatches.html'
    }]
},
{   'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'http://crosscurrentfishing.blogspot.com/',
    'sTarget':'_blank'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
