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