function showCoupon(mer,cou)
{
	//alert("infun");
	dest = "/couponhelp.php?coupon="+cou+"&merchant="+mer;
	var mh = 450;
	var mw = 420;
	TheWin = window.open(dest,'image','height=' + mh + ',width=' + mw + ',toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no');
	TheWin.resizeTo(mw+2,mh+30);
TheWin.focus();

	if(cou == 18720)
	{
		window.open('http://www.kaptest.com/oneoff/rebate/index.jhtml');
	}
	if(cou == 19606)
	{
		window.open('http://www.kaptest.com/oneoff/gsg/index.jhtml');
	}

//TheWin = window.open(dest,"couponhelp","width=420,height=350,scrollbars=yes,resizable=yes");
}

function showDeal(mer,d)
{
	//alert("infun");
	dest = "/dealhelp.php?deal="+d+"&merid="+mer;
	var mh = 480;
	var mw = 460;
	TheWin = window.open(dest,'image','height=' + mh + ',width=' + mw + ',toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no');
	TheWin.resizeTo(mw+2,mh+30);
TheWin.focus();
	if(d == 18720)
	{
		window.open('http://www.kaptest.com/oneoff/rebate/index.jhtml');
	}
	if(d == 19606)
	{
		window.open('http://www.kaptest.com/oneoff/gsg/index.jhtml');
	}

//TheWin = window.open(dest,"couponhelp","width=420,height=350,scrollbars=yes,resizable=yes");
}
