var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About SUNS',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Get Involved',
    bIsWebPath:true,
    sUrl:'getinvolved.html',"childArray" : [
    {   sTitle:'Clubs',
        bIsWebPath:true,
        sUrl:'clubs.html'
    },
    {   sTitle:'Meetings',
        bIsWebPath:true,
        sUrl:'meetings.html'
    },
    {   sTitle:'Charity & Volunteers',
        bIsWebPath:true,
        sUrl:'volunteers.html'
    },
    {   sTitle:'AGM',
        bIsWebPath:true,
        sUrl:'agm.html'
    }]
},
{   sTitle:'Information',
    sUrl:'http://www.information.swindonsuns.org',
    sTarget:'_blank'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
