function getStaffCoupon()
{
	var args = getStaffCoupon.arguments;
	var req = new ActiveXObject("Microsoft.XMLHTTP");
	req.open("GET", "/ecrm/coupon/status.jsp?q="+document.location.href+"_cus-Coupon:"+args[0] + "_staff-Coupon:"+args[1], true);
	req.send();
	window.open('/ecrm/coupon/downloadStaff.jsp?common_coupon_num=' + args[0]+'&staff_coupon_num='+args[1],'','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width=400,height=300');
	return;
}

