var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'BOOKSHOP',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Video Channel',
    sUrl:'http://vimeo.com/channels/270884',
    sTarget:'_blank'
},
{   sTitle:'Free Resources DVD/CD',
    sUrl:'http://taskjesus.co.uk/db/shop.php',
    sTarget:'_self'
},
{   sTitle:'About us',
    sUrl:'http://www.taskjesus.co.uk/db/about-us.php',
    sTarget:'_self'
},
{   sTitle:'Latest Postings',
    sUrl:'http://www.taskjesus.co.uk/db/entries_by_date.php',
    sTarget:'_self'
},
{   sTitle:'Member - Log In',
    sUrl:'http://www.taskjesus.co.uk/db/login.php',
    sTarget:'_self'
},
{   sTitle:'Register - Join Us',
    sUrl:'http://www.taskjesus.co.uk/db/register.php',
    sTarget:'_self'
},
{   sTitle:'Prayer Requests',
    sUrl:'http://www.taskjesus.co.uk/db/prayers.php',
    sTarget:'_self'
},
{   sTitle:'Events',
    sUrl:'http://www.taskjesus.co.uk/db/events.php',
    sTarget:'_self'
},
{   sTitle:'Testimonies',
    sUrl:'http://www.taskjesus.co.uk/db/testimonies.php',
    sTarget:'_self'
},
{   sTitle:'Members',
    sUrl:'http://www.taskjesus.co.uk/db/members.php',
    sTarget:'_self'
},
{   sTitle:'Members Web-pages',
    sUrl:'http://www.taskjesus.co.uk/db/members_pages.php',
    sTarget:'_self'
},
{   sTitle:'Churches',
    sUrl:'http://www.taskjesus.co.uk/db/churches.php',
    sTarget:'_self'
},
{   sTitle:'Chapters',
    sUrl:'http://www.taskjesus.co.uk/db/chapters.php',
    sTarget:'_self'
},
{   sTitle:'Outreach Speakers',
    sUrl:'http://www.taskjesus.co.uk/db/outreachspeakers.php',
    sTarget:'_self'
},
{   sTitle:'Web Links',
    sUrl:'http://www.taskjesus.co.uk/db/links.php',
    sTarget:'_self'
},
{   sTitle:'Please Donate',
    sUrl:'http://www.taskjesus.co.uk/db/your-donations.php',
    sTarget:'_self'
},
{   sTitle:'Forum',
    sUrl:'http://www.taskjesus.co.uk/db/forum.php',
    sTarget:'_self'
}]
});
