var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Program',
    bIsWebPath:true,
    sUrl:'program.html'
},
{   sTitle:'Participation',
    bIsWebPath:true,
    sUrl:'participation.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Accommodation',
    bIsWebPath:true,
    sUrl:'accommodation.html'
},
{   sTitle:'Getting Here',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'sponsors.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
