
function popPrint(what)
{
var newWindow
var tablica
tablica='http://www.wawamatma.pl/data/print.php?content='+what
newWindow = window.open(tablica,'Drukowanie','width=500,height=750,resizable=yes, left=1450,top=300, menubar=no, toolbar=no, location=no, scrollbars=yes, status=no')
}

function printpage() {
  window.print();
  }

