var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Specials',
    'bIsWebPath':true,
    'sUrl':'specials.html'
},
{   'sTitle':'Rooms & Rates',
    'bIsWebPath':true,
    'sUrl':'Rooms & Rates.html'
},
{   'sTitle':'Self Cater',
    'bIsWebPath':true,
    'sUrl':'self cater.html'
},
{   'sTitle':'Breakfast',
    'bIsWebPath':true,
    'sUrl':'breakfast.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'History',
    'bIsWebPath':true,
    'sUrl':'history.html'
},
{   'sTitle':'To Do & To See',
    'bIsWebPath':true,
    'sUrl':'to do & to see.html'
},
{   'sTitle':'Dining Out',
    'bIsWebPath':true,
    'sUrl':'dining out.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Enquiry Form',
    'bIsWebPath':true,
    'sUrl':'enquiry form.html'
},
{   'sTitle':'Policies',
    'bIsWebPath':true,
    'sUrl':'policies .html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
}]
});
