var nav_860tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Map',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'map.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'Owners',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'owners.html'
    },
    {   'sTitle':'Staff',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'staff.html'
    },
    {   'sTitle':'Facility',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'facility.html'
    },
    {   'sTitle':'History',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'history.html'
    }]
},
{   'sTitle':'Registration',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'registration.html',
    'sTarget':'_self'
}]
});
