var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Affinity',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Booking',
    'bIsWebPath':true,
    'sUrl':'booking.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Map',
    'bIsWebPath':true,
    'sUrl':'map.html'
},
{   'sTitle':'Rates',
    'bIsWebPath':true,
    'sUrl':'rates.html'
},
{   'sTitle':'Pay',
    'bIsWebPath':true,
    'sUrl':'pay.html'
},
{   'sTitle':'Search Results',
    'bIsWebPath':true,
    'sUrl':'searchresults.html'
}]
});
