var nav_251tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Info',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Hours',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'hours.html'
    },
    {   'sTitle':'Prices',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'prices.html'
    },
    {   'sTitle':'Rules',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'rules.html'
    }]
},
{   'sTitle':'Gallery',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page7.html',"childArray" : [
    {   'sTitle':'Videos',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'video.html'
    }]
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Directions',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'directions.html'
}]
});
