function openWindow(theUrl, theType, theTarget) {
  // do nothing because fancybox is doing everything we need!
}

function printWindow() {
  window.print();
  return false;
}