function printPage() {
  if (window.print)
    window.print()
  else
    alert("Tarayıcınız bu fonksiyonu desteklemiyor.");
}