function popSpecial(num) {
	var str = "http://www.weekend.co.il/discount.asp?num=" + num; 
	openWin = window.open(str, 'Sample', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=yes,copyhistory=yes,width=390 height=250 top=100 left=100');
	openWin.focus();
	}
