var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'History',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'aboutus.html'
    },
    {   sTitle:'Mission',
        bIsWebPath:true,
        sUrl:'mission.html'
    },
    {   sTitle:'Committees',
        bIsWebPath:true,
        sUrl:'committees.html'
    },
    {   sTitle:'Forms',
        bIsWebPath:true,
        sUrl:'forms.html'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Prayers',
    bIsWebPath:true,
    sUrl:'prayers.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Donate',
    bIsWebPath:true,
    sUrl:'donate.html'
}]
});
