var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'WABA Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'bSeparatorAfter':true,
    'sDescription':'tournaments.html',
    'sTitle':'Accommodations',
    'bIsWebPath':true,
    'sUrl':'accommodations.html'
},
{   'sTitle':'Rules',
    'bIsWebPath':true,
    'sUrl':'rules.html'
},
{   'sTitle':'Tiebreaker',
    'bIsWebPath':true,
    'sUrl':'tiebreaker.html'
},
{   'sTitle':'Slideshow',
    'bIsWebPath':true,
    'sUrl':'slideshow.html'
},
{   'sTitle':'Tournaments',
    'bIsWebPath':true,
    'sUrl':'tournaments.html'
}]
});
