<!--
var loaded = false;
var i=1;
var s = new String;
tab1 = new Array();
tab2 = new Array();

function str() {
  while ((eval('document.b'+i) + ';').indexOf("object")==1) {
    s = eval('document.b'+i).src;
    tab1[i] = new Image;
    tab1[i].src = s;

    j = s.length;
    tab2[i] = new Image;
    tab2[i].src = s.slice(0, j-5) + '2' + s.slice(j-4, j);
    i++;
  }
  loaded = true;
}

function bON(b) {
  if (loaded) {
    b.src = tab2[b.name.slice(1, 100)].src;
    status = b.alt;
    return true;
  }
}

function bOFF(b) {
  if (loaded) {
    b.src = tab1[b.name.slice(1, 100)].src;
    status = defaultStatus;
    return true;
  }
}

function otworz (nazwa, szer, wys, scroll) {

  scroll = (scroll) ? 1 : 0;

  param='left=50,top=00,width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=' + scroll + ',resizable=no';
  
  okno=window.open('','new',param)
  okno.document.location = nazwa;
  okno.focus();
}

function switchCell(){
   if(!document.all)
      return

      var srcIndex = event.srcElement.sourceIndex
      var nested = document.all[srcIndex+2]

      if (nested.style.display=="none") {
         nested.style.display=''
	 document.all[srcIndex].style.backgroundImage="url(/images/up.gif)"
      }
      else {
         nested.style.display="none"
	 document.all[srcIndex].style.backgroundImage="url(/images/down.gif)"
      }

}

function movePrev() {
  if (web.recordset.AbsolutePosition > 1 )
    web.recordset.MovePrevious()
  info()
}

function moveNext() {
  if (web.recordset.AbsolutePosition != web.recordset.RecordCount)
    web.recordset.MoveNext()
  info()
}

function info() {
  total.innerHTML = web.recordset.AbsolutePosition + '/' + web.recordset.RecordCount
}

function randText() {

  var tekst = new Array;
  var i     = 0;

  tekst[i++] = '<h2>Motto AKORI</h2><p><span class="kolumna_lewa">Every customer expects professional consultancy and advising, perfect performance of the work and scheduled completion - we meet that requirement in 111%. Strict adherence to our motto has laid the foundations of our success and further growth of the company. The integrated personnel management system that makes it possible to challenge even the largest and most sophisticated orders is also one of our advantages. Nowadays we provide services in all over the country (in 2001 our branch in Cieszyn was opened) but our chain shall be expanded soon over the whole Europe. Starving for the best quality of the services provided we have started to put into practice the Quality Management System that conforms to ISO 9001 standard, whereas development of the Environment Management System by ISO 14001 is a proof of our care about natural environment issues.</span></p><p align="right"><strong>Jarosław Cybul</strong><br>the owner<br>Poznań 14th April 2004</p>';
      


  var j = Math.round(Math.random() * (tekst.length-1));
  document.write(tekst[j]);

}// -->
