function printPage() {
  if (window.print) {
    window.print();
  } else {
	alert("To print this page click OK then command+P")
  }
}
