var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Reports 2011/2012',
    'bIsWebPath':true,
    'sUrl':'report11-12.html'
},
{   'sTitle':'Information',
    'bIsWebPath':true,
    'sUrl':'information.html'
},
{   'sTitle':'Programme',
    'bIsWebPath':true,
    'sUrl':'programme.html',"childArray" : [
    {   'sTitle':'Programme 2012',
        'bIsWebPath':true,
        'sUrl':'programme2012.html'
    },
    {   'sTitle':'Annual Competition',
        'bIsWebPath':true,
        'sUrl':'competition.html'
    }]
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sDescription':'A picture record of the annual prize giving May 2011',
        'sTitle':'Presentation of Trophies 2011',
        'bIsWebPath':true,
        'sUrl':'trophy2011.html'
    }]
},
{   'sTitle':'Contacts',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
}]
});
