<%--add by Bill for GRR325 on 20120529 --%>
 /* fnEventCodePopup()  Get the EventCode popup  
  * @param objCode  Used to set value back like 'txtEventCode'
  * Creator  */
 var returnEventCode;
 function fnEventCodePopup(objCode,vCtrl1){
  returnEventCode = eval("document.all."+objCode);
  var vWindowProperties="width=820,height=535,top="+parseInt((screen.availHeight-535)/2)+",left="+parseInt((screen.availWidth-820)/2)+", resizable=no,toolbar=no, status=no,location=no";
   window.open("<%=MFURLConstants.EVENT_POPUP_ACTION_MENU%>"+"&action=POPUPLIST&option=process&hdnPageTurn=F&hdnStatus=ACT&hdnCtrl1="+vCtrl1,"MEMFIS_MF_EVENT_POPUP",vWindowProperties);
 }
 <%--add by Bill for GRR325 on 20120529 end --%>