function showtip(i, ww, hh) {
 rozmeryatd = "height=" + hh + ",width=" + ww + ",menubar=0,resizable=0,scrollbars=1,status=0,toolbar=0";
  adresa=i;
  okno=window.open(adresa,'okno',rozmeryatd);
  okno.focus();
}

