var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{ sTitle: 'Home',
    bIsWebPath: true,
    sUrl: 'index.html',
    sTarget: '_self'
},
{   sTitle:'DAPTC Organisation',
    bIsWebPath:true,
    sUrl:'daptc_org.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Executive Committee',
        bIsWebPath:true,
        sUrl:'exec.html',
        sTarget:'_self'
    }]
},
{   sTitle:'DAPTC\'s Role',
    bIsWebPath:true,
    sUrl:'daptc_role.html',
    sTarget:'_self'
},
{   sTitle:'Role of Councils',
    bIsWebPath:true,
    sUrl:'role.html',"childArray" : [
    {   sTitle:'Youth Councils',
        bIsWebPath:true,
        sUrl:'youth councils.html'
    }]
},
{   sTitle:'Who can be a Councillor',
    bIsWebPath:true,
    sUrl:'councillors.html'
},
{   sTitle:'Current Issues',
    bIsWebPath:true,
    sUrl:'issues.html',"childArray" : [
    {   sTitle:'Democracy Pack',
        bIsWebPath:true,
        sUrl:'democracy.html',
        sTarget:'_self'
    },
    {   sTitle:'Big Society',
        bIsWebPath:true,
        sUrl:'big_society.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Quality Councils',
    bIsWebPath:true,
    sUrl:'quality.html'
},
{   sTitle:'Jobs',
    bIsWebPath:true,
    sUrl:'jobs.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Contact Your Council',
        bIsWebPath:true,
        sUrl:'councils.html'
    }]
},
{   sTitle:'MEMBERS AREA',
    bIsWebPath:true,
    sUrl:'members.html'
}]
});
