<!--
function joinus() {

   newWindow = window.open('joinus.html', 'newWin', 'toolbar=no,location=no,scrollbars=no,width=600,height=760,left=350,top=130')

}

function bookings() {

   newWindow = window.open('bookings.html', 'newWin', 'toolbar=no,location=no,scrollbars=yes,width=500,height=700,left=0,top=0')

}

function faqbookings() {

   newWindow = window.open('faqbookings.html', 'newWin', 'toolbar=no,location=no,scrollbars=no,width=500,height=700,left=0,top=0')

}
//-->


