function printPage() {
  if (window.print) {
    window.print();
  } else {
    alert("Sorry, your browser doesn't support this feature.\n If you are on a macintosh computer press command+p");
  }
}

function MM_openBrWindow(theURL, winName, features) {
  window.open(theURL, winName, features);
}

