var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'IAM Driving Programmes',
    bIsWebPath:true,
    sUrl:'programmes.html',"childArray" : [
    {   sTitle:'Skill for Life',
        bIsWebPath:true,
        sUrl:'sfl.html'
    },
    {   sTitle:'DriveCheck',
        bIsWebPath:true,
        sUrl:'drivecheck.html'
    }]
},
{   sTitle:'Our Group',
    bIsWebPath:true,
    sUrl:'ourgroup.html',"childArray" : [
    {   sTitle:'Group Skill for Life',
        bIsWebPath:true,
        sUrl:'groupsfl.html'
    },
    {   sTitle:'Group Drive Check',
        bIsWebPath:true,
        sUrl:'groupdrivecheck.html'
    },
    {   sTitle:'Monthly Meetings',
        bIsWebPath:true,
        sUrl:'meetings.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Group Newsletters',
    bIsWebPath:true,
    sUrl:'newsletters.html'
},
{   sTitle:'More Information ?',
    bIsWebPath:true,
    sUrl:'moreinfo.html'
},
{   sTitle:'Acknowledgements',
    bIsWebPath:true,
    sUrl:'acknowledgements.html'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forum.html'
}]
});