var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'The Society',
    bIsWebPath:true,
    sUrl:'thesociety.html',"childArray" : [
    {   sTitle:'About the Society',
        bIsWebPath:true,
        sUrl:'aboutthesociety.html'
    },
    {   sTitle:'Executive Council',
        bIsWebPath:true,
        sUrl:'executivecouncil.html'
    },
    {   sTitle:'Press Releases',
        bIsWebPath:true,
        sUrl:'pressreleases.html'
    },
    {   sTitle:'SWW Scotland',
        bIsWebPath:true,
        sUrl:'swwscotland.html'
    },
    {   sTitle:'Code of Practice',
        bIsWebPath:true,
        sUrl:'codeofpractice.html'
    },
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'news.html'
    }]
},
{   sTitle:'Public',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Why Should I Use a Society Member?',
        bIsWebPath:true,
        sUrl:'whyuseasocietymember.html'
    },
    {   sTitle:'Why Should I Make A Will?',
        bIsWebPath:true,
        sUrl:'whyshouldimakeawill.html'
    },
    {   sTitle:'Find a member',
        bIsWebPath:true,
        sUrl:'findamember.html'
    },
    {   sTitle:'Powers of Attorney',
        bIsWebPath:true,
        sUrl:'lpa.html'
    },
    {   sTitle:'FAQ',
        bIsWebPath:true,
        sUrl:'faq.html'
    },
    {   sTitle:'Satisfaction Survey',
        bIsWebPath:true,
        sUrl:'satisfactionsurvey.html'
    },
    {   sTitle:'Make a Complaint',
        bIsWebPath:true,
        sUrl:'makeacomplaint.html'
    }]
},
{   sTitle:'Professional',
    bIsWebPath:true,
    sUrl:'professional.html',"childArray" : [
    {   sTitle:'Become a Member',
        bIsWebPath:true,
        sUrl:'becomeamember.html'
    },
    {   sTitle:'Request an Information Pack',
        bIsWebPath:true,
        sUrl:'informationpack.html'
    },
    {   sTitle:'Membership Benefits',
        bIsWebPath:true,
        sUrl:'membershipbenefits.html'
    },
    {   sTitle:'Training Courses',
        bIsWebPath:true,
        sUrl:'trainingcourses.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
