var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'default.html'
},
{   sTitle:'News & Notes',
    bIsExternal:true,
    sUrl:'http://emeraldbeachchurch.wordpress.com/',
    sTarget:'_blank'
},
{   sTitle:'Sermons',
    bIsWebPath:true,
    sUrl:'sermons.html',"childArray" : [
    {   sTitle:'Sermons - 2011',
        bIsWebPath:true,
        sUrl:'2011sermons.html'
    },
    {   sTitle:'Sermons - 2010',
        bIsWebPath:true,
        sUrl:'2010sermons.html'
    },
    {   sTitle:'Sermon Series',
        bIsWebPath:true,
        sUrl:'sermonseries.html'
    }]
},
{   sTitle:'Bulletins',
    bIsWebPath:true,
    sUrl:'bulletins.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'directions.html'
},
{   sTitle:'Study the Bible',
    bIsWebPath:true,
    sUrl:'bible_study.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
