
function showPopup(intID, Typ) {
    wysokosc = 380;
    if ((Typ==78) || (Typ==79) || (Typ==80) || (Typ==81)) {
      wysokosc = 438;
    }
    window.open('http://pp.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);
  }


		function showPopup2(intID, intMidletFamily) {
		var winl = (screen.width - 404) / 2;
		var wint = (screen.height - 405) / 2;
		window.open('http://pp.wapster.pl/partnerSendMe.aspx?cID=' + intID + '&Type=136&ID=1074&MidletFamily=' + intMidletFamily,'sendMe','titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top=' + wint + ',left=' + winl + ',width=404,height=405');
		}

