var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index3.htm'
},
{   sTitle:'Diary',
    bIsWebPath:true,
    sUrl:'diary.htm'
},
{   sTitle:'Leadership',
    bIsWebPath:true,
    sUrl:'leadership.htm'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.htm'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.htm',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.htm'
    }]
},
{   sTitle:'Children',
    bIsWebPath:true,
    sUrl:'children.htm'
},
{   sTitle:'Youth Club',
    bIsWebPath:true,
    sUrl:'youthclub.htm',"childArray" : [
    {   sDescription:'Guitar Hero',
        sTitle:'Guitar Hero',
        bIsWebPath:true,
        sUrl:'guitarhero.htm'
    }]
},
{   sTitle:'Puppets',
    bIsWebPath:true,
    sUrl:'puppets.htm'
},
{   sTitle:'Missions',
    bIsWebPath:true,
    sUrl:'missions.htm',"childArray" : [
    {   sTitle:'Prison',
        bIsWebPath:true,
        sUrl:'prison.htm'
    },
    {   sTitle:'India Latest',
        bIsWebPath:true,
        sUrl:'indialatest.htm'
    },
    {   sTitle:'India 2',
        bIsWebPath:true,
        sUrl:'india2.htm'
    },
    {   sTitle:'Azad Testimony',
        bIsWebPath:true,
        sUrl:'azadtestimony.htm'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.htm',"childArray" : [
    {   sTitle:'Release ',
        bIsWebPath:true,
        sUrl:'release.htm'
    },
    {   sTitle:'Christian Concern for our Nation',
        bIsWebPath:true,
        sUrl:'ccfon.htm'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.htm'
}]
});