var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Thursday 18th November',
    bIsWebPath:true,
    sUrl:'programme1_thurs.html'
},
{   sTitle:'Friday 19th November',
    bIsWebPath:true,
    sUrl:'programme2_fri.html'
},
{   sTitle:'Saturday 20th November',
    bIsWebPath:true,
    sUrl:'programme3_sat.html'
},
{   sTitle:'Saturday Workshops',
    bIsWebPath:true,
    sUrl:'page16.html'
},
{   sTitle:'Speakers and topics',
    bIsWebPath:true,
    sUrl:'speakers.html'
},
{   sTitle:'Venues',
    bIsWebPath:true,
    sUrl:'venues.html'
},
{   sTitle:'Practical Information',
    bIsWebPath:true,
    sUrl:'practical_information.html'
},
{   sTitle:'Partners',
    bIsWebPath:true,
    sUrl:'partners.html'
},
{   sTitle:'Sponsors and supporters',
    bIsWebPath:true,
    sUrl:'supporters.html'
},
{   sTitle:'Keep me informed',
    bIsWebPath:true,
    sUrl:'keep_me_informed.html'
},
{   sTitle:'Delegate rates',
    bIsWebPath:true,
    sUrl:'delegate_rates.html'
},
{   sTitle:'Booking',
    bIsWebPath:true,
    sUrl:'booking.html'
},
{   sTitle:'Exhibition space<br>and delegate material',
    bIsWebPath:true,
    sUrl:'exhibition.html'
},
{   sTitle:'Sponsor the event',
    bIsWebPath:true,
    sUrl:'sponsor_the_event.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
