<!--

function pokaz(blok) {blok.style.display = 'block'}
function ukryj(blok) {blok.style.display = 'none'}

function pokaz_naglowek()
{
  document.write("<p style='text-align:left; margin: 10px 60px; padding: 10px; border: solid 0.2mm grey'>");
  document.write("Państwowa Inspekcja Pracy - Okręgowy Inspektorat Pracy w Gdańsku - <i>strona w wersji do wydruku</i><br>");
  document.write("<a class='tab' href='javascript:history.back()'>");
  document.write("kliknij aby powrócić do pełnej wersji serwisu</a></p>");
}

function pokaz_stopke()
{
  document.write("<table border='0' width='100%' cellspacing='0' cellpadding='0'>");
  document.write("<tr style='margin:0; background: url(./img/belka.gif) repeat-x; height:22px; width=100%'>");
  document.write("<td class='menu3' style='text-align:center; vertical-align:middle'>");
  document.write("<b>OIP Gdańsk</b> 80-819 Gdańsk, ul. Okopowa 7 tel.: (0-58) 520 18 22-23 faks: (0-58) 520 18 24");
  document.write("</td></table");
}

function pokaz_info_o_kp()
{
  document.write("<p><b>UWAGA!</b> Ilekroć w odpowiedzi użyty jest tytuł <I>Kodeks pracy</I> lub skrót <I>K.p.</I> to odnosi się on do <I>ustawy z dnia 26 czerwca 1974&nbsp;r. - Kodeks pracy</I> (Dziennik Ustaw z 1998&nbsp;r. nr 21, poz. 94 z póˇniejszymi zmianami).</p>");
  document.write("");
  document.write("");
  document.write("");
  document.write("");
  document.write("");
}

function displayWindow(url, width, height)
{
  var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no' );
}

function WyslijDo(login, domena, tekst) 
{
document.write("<a href=\'mailto:" + login + "@" + domena + "\'>");
document.write(tekst + '</A>');
}

//-->