function showPopup(intID, Typ) {
    wysokosc = 380;
    if ((Typ==78) || (Typ==79) || (Typ==80) || (Typ==81)) {
      wysokosc = 438;
    }
    window.open('http://partner.wapster.pl/partnerSendMe.aspx?cID=' + intID + '&Type=' + Typ + '&ID=1074&MidletFamily=0','sendMe','titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=404,height='+wysokosc);
  }
