
// JavaScript Document
 
function goWin(mer,cou)
{
	//alert("infun");
	dest = "/couponhelp.php?coupon="+cou+"&merchant="+mer;
	//alert(dest);
	var mh = 400;
	var mw = 480;
	TheWin = window.open(dest,'image','height=' + mh + ',width=' + mw + ',toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,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");
}

// this is for getting details for the coupon


//this function is for getting Deal details

function goWinDeal(mer,cou)
{
	//alert("infun");
	dest = "/dealhelp.php?deal="+cou+"&merchant="+mer;
	//alert(dest);
	var mh = 490;
	var mw = 440;
	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");
}