var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Find Us',
    'bIsWebPath':true,
    'sUrl':'findus.html'
},
{   'sTitle':'Staff',
    'bIsWebPath':true,
    'sUrl':'staff.html'
},
{   'sTitle':'Youth',
    'bIsExternal':true,
    'sUrl':'http://www.facebook.com/pages/Revolution-Cotati/178657111241?ref=ts',
    'sTarget':'_self'
},
{   'sTitle':'Young Adults',
    'bIsExternal':true,
    'sUrl':'http://www.connectionscotati.com'
},
{   'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'calendar.html'
},
{   'sTitle':'Podcasts',
    'bIsWebPath':true,
    'sUrl':'podcasts.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
