var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'About Us',
    sUrl:'page2.html'
},
{   sTitle:'Gallery',
    sUrl:'page5.html',"childArray" : [
    {   sDescription:'We have loads of photos taken over the years. Take a look and see if you are in any of them!',
        sTitle:'Are you in our Photo Gallery?',
        bIsAnchor:true,
        sUrl:'page5.html#Photo-Gallery'
    }]
},
{   sTitle:'Events',
    sUrl:'events page.html',"childArray" : [
    {   sDescription:'CDEM Fasts!',
        sTitle:'40-Day Fasting',
        bIsAnchor:true,
        sUrl:'events page.html#40-Day-Fasting'
    },
    {   sDescription:'CDEM prepares for its Anniversary.',
        sTitle:'CDEM Celebrations',
        bIsAnchor:true,
        sUrl:'events page.html#CDEM-Celebrations'
    }]
},
{   sTitle:'Contact Us',
    sUrl:'page4.html',"childArray" : [
    {   sDescription:'You are welcome to join us.',
        sTitle:'Join Us Today',
        bIsAnchor:true,
        sUrl:'page4.html#Please-Join-US'
    }]
}]
});
