	function playMe(intID, nPolyMode) 
	{
		if (nPolyMode)
			window.open("http://partner.wapster.pl/mp3srv.aspx?id=" + intID,"_player","titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=80,height=30");
		else
			window.open("http://partner.wapster.pl/player.aspx?id=" + intID,"_player","titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=80,height=30");
	}
	function showPopup(intID,intType,intMidletFamily,img_adr,id_firma,intWidth,intHeight) {
		var w = 565; 
		var h = 380;
		if (intWidth) w = intWidth;
		if (intHeight) h = intHeight;
		var winl = (screen.width - w) / 2;
		var wint = (screen.height - h) / 2;
		if(intMidletFamily == 3)
			window.open('/popup_tapeta.php?ID=' + intID + '&Type=' + intType + '&MidletFamily=' + intMidletFamily + '&img_adr=' + img_adr + '&id_firma=' + id_firma + '&OwnCat=0','sendMe','titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' + w + ',height=' + h + ',top=' + wint + ',left=' + winl);
		else 	
			window.open('/popup.php?ID=' + intID + '&Type=' + intType + '&MidletFamily=' + intMidletFamily + '&img_adr=' + img_adr + '&id_firma=' + id_firma + '&OwnCat=0','sendMe','titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' + w + ',height=' + h + ',top=' + wint + ',left=' + winl);
		
	}
	
	function reklamacje(id_partner) {
		var w = 565; 
		var h = 380;
		var winl = (screen.width - w) / 2;
		var wint = (screen.height - h) / 2;
			window.open('/popup_reklamacje.php','reklamacje','titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' + w + ',height=' + h + ',top=' + wint + ',left=' + winl);
	}
	
	function showPopupALL(intID,intMidletFamily,img_adr,intWidth,intHeight) {
		var w = 565; 
		var h = 380;
		if (intWidth) w = intWidth;
		if (intHeight) h = intHeight;
		var winl = (screen.width - w) / 2;
		var wint = (screen.height - h) / 2;
		if(intMidletFamily == 3)
			window.open('/popupAll_tapeta.php?ID=' + intID + '&MidletFamily=' + intMidletFamily + '&img_adr=' + img_adr + '&OwnCat=0','sendMe','titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' + w + ',height=' + h + ',top=' + wint + ',left=' + winl);
		else 	
			window.open('/popupAll.php?ID=' + intID + '&MidletFamily=' + intMidletFamily + '&img_adr=' + img_adr + '&OwnCat=0','sendMe','titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' + w + ',height=' + h + ',top=' + wint + ',left=' + winl);
		
	}

