var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'2010 Programme',
    bIsWebPath:true,
    sUrl:'Programme.html',"childArray" : [
    {   sTitle:'The Truman Trio',
        bIsWebPath:true,
        sUrl:'Concert1.html'
    },
    {   sTitle:'VoiceVersa',
        bIsWebPath:true,
        sUrl:'concert2.html'
    },
    {   sTitle:'Opera in the Open',
        bIsWebPath:true,
        sUrl:'Concert3.html'
    },
    {   sTitle:'Alexander Ardakov',
        bIsWebPath:true,
        sUrl:'Concert4.html'
    },
    {   sTitle:'RTE Vanbrugh Quartet',
        bIsWebPath:true,
        sUrl:'Concert5.html'
    },
    {   sTitle:'Carols by Candlelight',
        bIsWebPath:true,
        sUrl:'Concert6.html'
    }]
},
{   sTitle:'Reservations',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Further Information',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'page12.html'
}]
});