var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About us',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Marc Murray',
        'bIsWebPath':true,
        'sUrl':'murray.html'
    }]
},
{   'sTitle':'Programme',
    'bIsWebPath':true,
    'sUrl':'programme.html'
},
{   'sTitle':'Membership',
    'bIsWebPath':true,
    'sUrl':'membership.html',"childArray" : [
    {   'sTitle':'Producer',
        'bIsWebPath':true,
        'sUrl':'producer.html'
    },
    {   'sTitle':'Patrons',
        'bIsWebPath':true,
        'sUrl':'patrons.html'
    }]
},
{   'sTitle':'Past productions',
    'bIsWebPath':true,
    'sUrl':'past.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
