function printPage() {
  var pcontent=document.getElementById("content2").innerHTML;
  var printpage=window.open("","img","toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no,width=532,height=427,top=100,left=100");
  printpage.document.open();
  printpage.document.writeln('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="content-type" content="text/html; charset=windows-1250"><title>Printing...</title><link href="css/style.css" type="text/css" rel="Stylesheet"></head><body><table background="images/index2_05.jpg" width=""532 height="427" cellpadding="0" cellspacing="0"><tr valign="top"><td><div id="content2">');
  printpage.document.writeln(pcontent);
  printpage.document.writeln('</div></td></tr></table></body></html>');
  printpage.document.close();    
  printpage.window.print();  
  printpage.close();
  }
function printPageH() {
  var pcontent=document.getElementById("content").innerHTML;
  var printpage=window.open("","img","toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no,width=532,height=427,top=100,left=100");
  printpage.document.open();
  printpage.document.writeln('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="content-type" content="text/html; charset=windows-1250"><title>Printing...</title><link href="css/style.css" type="text/css" rel="Stylesheet"></head><body><table background="images/index_05.jpg" width=""532 height="427" cellpadding="0" cellspacing="0"><tr valign="top"><td><div id="content">');
  printpage.document.writeln(pcontent);
  printpage.document.writeln('</div></td></tr></table></body></html>');
  printpage.document.close();    
  printpage.window.print();  
  printpage.close();
  }

