var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'sUrl':'http://www.motioncoaching.co.uk/index.html'
},
{   'sTitle':' Recommendations',
    'sUrl':'http://www.motioncoaching.co.uk/mocorecommendations.html'
},
{   'sTitle':'Programmes',
    'bIsExternal':true,
    'sUrl':'http://www.motioncoaching.co.uk/futureleaders.html',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Future Leaders',
        'sUrl':'http://www.motioncoaching.co.uk/futureleaders.html'
    },
    {   'sTitle':'Adventure',
        'sUrl':'http://www.motioncoaching.co.uk/adventure.html'
    },
    {   'sTitle':'Team Build',
        'sUrl':'http://www.motioncoaching.co.uk/teambuilding.html'
    }]
},
{   'sTitle':'Gallery',
    'bIsExternal':true,
    'sUrl':'http://www.motioncoaching.co.uk/dev_prog_picture_gallery.html',"childArray" : [
    {   'sTitle':'April 2010 Leader Picture Gallery ',
        'sUrl':'http://www.motioncoaching.co.uk/dev_prog_picture_gallery.html'
    },
    {   'sTitle':'May 2010 Adventure Picture Gallery',
        'sUrl':'http://www.motioncoaching.co.uk/adventure_weekend_pictures.html'
    },
    {   'sTitle':'October 2010 Adventure Picture Gallery',
        'sUrl':'http://www.motioncoaching.co.uk/october_adventure_picture.html'
    }]
},
{   'sTitle':'Register',
    'sUrl':'http://www.motioncoaching.co.uk/register.html'
},
{   'sTitle':'Information',
    'sUrl':'http://www.motioncoaching.co.uk/information.html',"childArray" : [
    {   'sTitle':'Course leader',
        'sUrl':'http://www.motioncoaching.co.uk/course_leader.html'
    }]
},
{   'sTitle':'Links',
    'sUrl':'http://www.motioncoaching.co.uk/links.html'
}]
});
