
	<!--
function showPopup(intType, intID, intMidletFamily) {
		var winl = (screen.width - 404) / 2;
		var wint = (screen.height - 380) / 2;
		window.open('http://partner.wapster.pl/partnerSendMe.aspx?cID=' + intID + '&Type=' + intType + '&ID=5869&MidletFamily=' + intMidletFamily,'sendMe','titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=404,height=380');
	}
	
function popup(url,w,h){
		LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
		TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
		h1 = h+50;
		settings = 'height='+h1+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=0,noresize,status=1';
		win = window.open(url,"wyslij",settings)
	}
	-->
