var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Club Jive, Modern Jive dancing in Surrey, UK. Leroc, Ceroc, Mojive,',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sDescription':'Venue details',
    'sTitle':'Venue',
    'bIsWebPath':true,
    'sUrl':'venue.html'
},
{   'sTitle':'Links/Contact',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
