function on_event(cpnSeq){
	//alert(cpnSeq);
	//popUpComWin('/backEnd/event/couponUser_reg.jsp?cpn_seq='+cpnSeq+'&cpn_type=O','200','200');
	document.location.href="/backEnd/event/couponUser_reg.jsp?cpn_seq="+cpnSeq+"&cpn_type=O";
}
function popUpComWin(pathWin,widthWin,heightWin){
	window.open(pathWin
  ,"commonPop","top=240,left=196,width="+widthWin+",height="+heightWin+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no");
}
function off_event(cpn_offseq,cpn_no,cpn_type){
	//popUpComWin('/backEnd/event/couponUser_reg.jsp?cpn_seq='+cpn_offseq+'&cpn_no='+cpn_no+'&cpn_type='+cpn_type,'200','200');
	document.location.href="/backEnd/event/couponUser_reg.jsp?cpn_seq="+cpn_offseq+"&cpn_no="+cpn_no+"&cpn_type="+cpn_type;
}

