var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Weddings & Baptisms',
    'bIsWebPath':true,
    'sUrl':'Page 2.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'Page 3.html'
},
{   'sTitle':'Ministry',
    'bIsWebPath':true,
    'sUrl':'Page 4.html'
}]
});
