// Script to pop up full sized image
function showFullImage(imgID, sec) {
  window.open('/showfullimage.aspx?id=' + imgID + '&sec=' + sec, 'Image', 'width=640, height=480, scrollbars=1');
}
function printMe() {
  window.open('index.aspx?print=1', 'CPSPrint', 'width=570, height=400, menubar=1');
}
function showCopyright() {
  window.open('/site/terms.asp', 'CPSCopyright', 'width=270, height=350, scrollbars=1, top=150, left=150');
}
function showTermsAndConditions(){
 window.open('/site/booking/termsandconditions.asp', 'TermsAndConditions', 'width=400, height=500, scrollbars=1, top=150, left=150');
}

