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

function printPage() {
  if (window.print) {
    window.print();
  } else {
    alert("Your browser does not support this function. Please utilize the Print feature under the File menu.");
  }
}