function Check(n)
{
msg = "You are about to delete this item.\n\n" +
	"If you are sure click 'OK', otherwise click 'Cancel'"
what = n
strGo = "delete_coupon.asp?couponid=" + n
if (confirm(msg))
	self.location.href = strGo
}