var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Whiting Bay',
    'bIsWebPath':true,
    'sUrl':'whitingbay.html'
},
{   'sTitle':'The Isle of Arran',
    'bIsWebPath':true,
    'sUrl':'arran.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Pay Deposit Online',
    'bIsWebPath':true,
    'sUrl':'deposit.html'
},
{   'sTitle':'Booking Terms & Conditions',
    'bIsWebPath':true,
    'sUrl':'terms.html'
}]
});
