/* BEGIN - Auto Frameset - BEGIN */
// www.kurshtml.boo.pl
if ((parent == self) || (!top.frames['menu'] && !top.frames['prawa'] && !top.frames['stopka'] && !top.frames['tresc'])) {
  var str = '';
  var url = escape(self.location.href);

  // informacja o przekierowaniu
  document.write(
      '<TABLE class="przekierowanie" style="HEIGHT:auto;"><TR><TD class="przekierowanie">'+
      '  <B>To jest podstrona, wczytuję główną stronę serwisu...</B>'+
      '  <BR><HR>'+
      '</TD></TR></TABLE>'
  );

  // określenie odnośnika do głównej strony serwisu
  if ((url.indexOf('menu.html')==-1) && (url.indexOf('prawa.html')==-1) && (url.indexOf('stopka.html')==-1)) {
    str += '?';
    for (var i = 0; i < url.length; i++) {
      if (url.charAt(i) == '/') str += '%2F';
      else str += url.charAt(i);
    }
  }
  top.location.href = '/index.html' + str;
}
/* END - Auto Frameset - END */