var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'news',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'parade',
    'bIsWebPath':true,
    'sUrl':'parade.html'
},
{   'sTitle':'display',
    'bIsWebPath':true,
    'sUrl':'display.html'
},
{   'sTitle':'inscription',
    'bIsWebPath':true,
    'sUrl':'inscrption.html'
},
{   'sTitle':'accommodation',
    'bIsWebPath':true,
    'sUrl':'accommodation.html'
},
{   'sTitle':'sponsors',
    'bIsWebPath':true,
    'sUrl':'sponsors.html'
},
{   'sTitle':'contact us',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
},
{   'sTitle':'photos',
    'bIsWebPath':true,
    'sUrl':'photos.html'
},
{   'sTitle':'regalia',
    'bIsWebPath':true,
    'sUrl':'regalia.html'
}]
});
