function myGetWidth() {
  var myWidth = 0, myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement &&
      ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
  }
  return myWidth;
}

function print_header(v_tekst) {
  if(myGetWidth() > 200)
  {
    v_href = window.location;

    document.write("<TABLE cellSpacing=0 cellPadding=0 width=\"100%\" background=images/tlo4.jpg border=0>");
    document.write("  <TBODY><TR vAlign=top><TD width=760 height=256><IMG SRC=\"images\/logo.jpg\"</TD><TD colSpan=3>");
    document.write("    <DIV align=left></DIV></TD></TR></TBODY></TABLE>");
  
    document.write("<TABLE cellSpacing=0 cellPadding=0 width=\"100%\" bgColor=#ffffff border=0>");
    document.write("  <TBODY><TR vAlign=top align=left><TD>");
    document.write("    <TABLE cellSpacing=0 cellPadding=0 width=\"100%\" border=0>");
    document.write("      <TBODY><TR><TD width=198 bgColor=#efefef><IMG height=1 src=\"images\/point.gif\" width=198> </TD>");
    document.write("        <TD width=1 bgColor=#cecece><IMG src=\"images\/point.gif\" width=1 height=1></TD>");
    document.write("        <TD width=\"100%\" bgColor=#ffffff><IMG height=1 src=\"images\/point.gif\" width=400><BR>");
    document.write("          <TABLE cellSpacing=0 cellPadding=8 width=\"100%\" border=0>");
    document.write("            <TBODY><TR><TD>");
  
    document.write("<TABLE CELLSPACING=0 CELLPADDING=0 WIDTH=\"100%\" ALIGN=\"right\" BGCOLOR=\"#f6f6f6\" BORDER=0>");
    document.write("  <TBODY><TR ALIGN=\"right\">");
    document.write("    <TD VALIGN=\"center\"><A HREF=\"javascript:myPrint('"+v_href+"')\">Wersja&nbsp;do&nbsp;druku&nbsp;</A>");
    document.write("    </TD><TD VALIGN=\"center\" WIDTH=20>");
    document.write("      <A HREF=\"javascript:myPrint('"+v_href+"')\"><IMG SRC=\"images\/drukuj.gif\" BORDER=0 WIDTH=20 HEIGHT=18></A>");
    document.write("        </TD></TR></TBODY></TABLE>");
  
    document.write("              </TD></TR><TR><TD><DOKUMENT>");
  }
  else
  {
    //zwiekszenie okna
    window.width = 800;
    window.height = 800;
  }
};

function print_footer(v_text) {
  if(myGetWidth() > 200)
  {
    v_href = window.location;
    
    document.write("</DOKUMENT></TD></TR><TR><TD>");
  
    document.write("<TABLE CELLSPACING=0 CELLPADDING=0 WIDTH=\"100%\" ALIGN=\"right\" BGCOLOR=\"#f6f6f6\" BORDER=0>");
    document.write("  <TBODY><TR ALIGN=\"right\">");
    document.write("    <TD VALIGN=\"center\"><A HREF=\"javascript:myPrint('"+v_href+"')\">Wersja&nbsp;do&nbsp;druku&nbsp;</A>");
    document.write("    </TD><TD VALIGN=\"center\" WIDTH=20>");
    document.write("      <A HREF=\"javascript:myPrint('"+v_href+"')\"><IMG SRC=\"images\/drukuj.gif\" BORDER=0 WIDTH=20 HEIGHT=18></A>");
    document.write("        </TD></TR></TBODY></TABLE>");
  
    document.write("    </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD>");
    document.write("  <TD VALIGN=\"top\" ALIGN=\"right\"></TD></TR></TBODY></TABLE>");
    document.write("<TABLE CELLSPACING=0 CELLPADDING=0 WIDTH=\"100%\" BGCOLOR=\"#14823A\" BORDER=0>");
    document.write("  <TBODY><TR ALIGN=\"left\"><TD>");
    document.write("    <TABLE HEIGHT=13 CELLSPACING=0 CELLPADDING=0 WIDTH=760 ALIGN=\"left\" BORDER=0>");
    document.write("      <TBODY><TR>");
    document.write("        <TD WIDTH=200 BGCOLOR=\"#14823A\" HEIGHT=1><IMG HEIGHT=1 SRC=\"images\/point.gif\" WIDTH=200></TD>");
    document.write("        <TD WIDTH=1 BGCOLOR=\"#14823A\">");
    document.write("        <IMG SRC=\"images\/point.gif\" WIDTH=1 HEIGHT=1></TD>");
    document.write("        <TD ALIGN=\"left\" WIDTH=559 BGCOLOR=\"#14823A\">&nbsp;</TD></TR></TBODY></TABLE></TD></TR></TBODY>");
    document.write("</TABLE>");
  }
  else
  {
    //zwiekszenie okna
    window.resizeTo(700,200);
    window.print();
  }
};


okienko = this;
function closePreviousWindows() {
  if (!(okienko == this))
    if (!okienko.closed)
      okienko.close();
}

function myPrint(pHREF) {
  closePreviousWindows();
  okienko = window.open(pHREF,'','toolbar=no,menubar=no,scrollbars=no,resizable=yes,status=no,location=no,directories=no,top=0,left=0,Fullscreen=no,height=10,width=10');
};
