var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'FORUM',
    bIsExternal:true,
    sUrl:'http://www.soulsearchers.org.uk/forum1'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contactform.html',
    sTarget:'_self'
},
{   sTitle:'LINKS',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'ON FACEBOOK',
    bIsExternal:true,
    sUrl:'http://www.facebook.com/group.php?gid=203904528783'
},
{   sTitle:'EVENTS',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self'
}]
});
