var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'2010 Programme',
    bIsWebPath:true,
    sUrl:'current.html',
    sTarget:'_self'
},
{   sTitle:'Past productions',
    bIsWebPath:true,
    sUrl:'previous.html',
    sTarget:'_self'
},
{   sTitle:'Membership',
    bIsWebPath:true,
    sUrl:'members.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});