function printpage() {
   window.document.write('<html><head><META http-equiv=Content-Type content="text/html; charset=utf-8"><link rel="stylesheet" href="print.css" type="text/css"></head><body><p>'+document.getElementById("sadrzaj").innerHTML+'</p></body></html>');
   window.document.close();
}
