var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME PAGE',
    sUrl:'http://www.nesa.org.uk',
    sTarget:'_self'
},
{   sTitle:'ABOUT NESA',
    sUrl:'http://www.nesa.org.uk/page22.htm',
    sTarget:'_self'
},
{   sTitle:'HOW YOU CAN HELP',
    sUrl:'http://www.nesa.org.uk/page23.htm',
    sTarget:'_self'
},
{   sTitle:'LINKS',
    sUrl:'http://www.nesa.org.uk/linkspage.htm',
    sTarget:'_self'
},
{   sTitle:'CONTACT US',
    sUrl:'http://www.nesa.org.uk/contact.htm',
    sTarget:'_self'
},
{   sTitle:'SITE MAP',
    sUrl:'http://www.nesa.org.uk/site map.htm',
    sTarget:'_self'
}]
});