var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Pastor\'s Message',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Children\'s Ministry',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Event Calendar',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Pictures',
    bIsExternal:true,
    sUrl:'http://www.flickr.com/photos/mountzionaz/ ',
    sTarget:'_blank'
},
{   sTitle:'Organizations',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Sermons',
    bIsWebPath:true,
    sUrl:'page13.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page14.html'
}]
});
