var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Opening times',
    'bIsWebPath':true,
    'sUrl':'opening.html'
},
{   'sTitle':'Special events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Where are we',
    'bIsWebPath':true,
    'sUrl':'map.html'
},
{   'sTitle':'Our track',
    'bIsWebPath':true,
    'sUrl':'track.html'
},
{   'sTitle':'Members models',
    'bIsWebPath':true,
    'sUrl':'models.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Videos',
    'bIsWebPath':true,
    'sUrl':'videos.html'
},
{   'sTitle':'Contact us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
