function viewoverhead_big(){
  newWindow=window.open('/overhead.html','info','scrollbars=no,width=730,height=550')
  newWindow.focus()
}

function viewtour(){
  newWindow=window.open('cruck.html','info','scrollbars=no,width=675,height=475')
  newWindow.focus()
}

function viewtourwed(){
  newWindow=window.open('cruck_hall.html','info','scrollbars=no,width=975,height=675')
  newWindow.focus()
}

function viewplan(){
  newWindow=window.open('planview.html','info','scrollbars=no,width=450,height=525')
  newWindow.focus()
}

function printWindow() {
  bV = parseInt(navigator.appVersion);
  if (bV >= 4) window.print();
}
