var nav_1tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Meetings',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page4.html',
    'sTarget':'_self'
},
{   'sTitle':'Sermons',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'sermons.html',
    'sTarget':'_self'
},
{   'sTitle':'Preaching Calendar',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'preach2012.html',
    'sTarget':'_self'
},
{   'sTitle':'Links and Contact',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page5.html',
    'sTarget':'_self'
}]
});
