var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Protect',
    'bIsWebPath':true,
    'sUrl':'protect.html'
},
{   'sTitle':'Reconnect',
    'bIsWebPath':true,
    'sUrl':'reconnect.html'
},
{   'sTitle':'Restore',
    'bIsWebPath':true,
    'sUrl':'restore.html',"childArray" : [
    {   'sTitle':'Hay Creek',
        'bIsWebPath':true,
        'sUrl':'hay.html'
    },
    {   'sTitle':'Vermillion',
        'bIsWebPath':true,
        'sUrl':'vermillion.html'
    }]
},
{   'sTitle':'Sustain',
    'bIsWebPath':true,
    'sUrl':'sustain.html',"childArray" : [
    {   'sTitle':'Casting for Recovery',
        'bIsWebPath':true,
        'sUrl':'cfr.html'
    },
    {   'sTitle':'Project Healing Waters',
        'bIsWebPath':true,
        'sUrl':'phw.html'
    },
    {   'sTitle':'T.U.N.E. Camp',
        'bIsWebPath':true,
        'sUrl':'tune.html'
    }]
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'http://www.twincitiestu.org/Blog'
},
{   'sTitle':'Resources',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Mentoring Program',
        'bIsWebPath':true,
        'sUrl':'mentoring.html'
    },
    {   'sTitle':'TROUT',
        'bIsWebPath':true,
        'sUrl':'trout.html'
    },
    {   'sTitle':'Links',
        'bIsWebPath':true,
        'sUrl':'links.html'
    }]
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Photo Gallery',
        'bIsWebPath':true,
        'sUrl':'photos.html'
    },
    {   'sTitle':'Donate to TCTU',
        'bIsWebPath':true,
        'sUrl':'donate.html'
    },
    {   'sTitle':'Meet the Board',
        'bIsWebPath':true,
        'sUrl':'board.html'
    },
    {   'sTitle':'Privacy/Refund Policy',
        'bIsWebPath':true,
        'sUrl':'policy.html'
    }]
}]
});
