function selectDataUI(sqlKey, pageKey, cnIdList){
//  var cnList = new getCnIdList();
  var strUrlPath = document.URL.split("?")[1];
  window.open(ServiceContentPath + "/ekp/util/select/selectFrame.jsp?sqlKey="+sqlKey+"&pageKey="+pageKey+"&"+strUrlPath+"&cnIdList=" + cnIdList + "&temp="+new Date().getTime(),"","height=580,width=600,top=80,left=300,toolbar=no,menubar=no,titlebar=no,scrollbars=yes,resizable=no,location=no,status=no");
}
function selectMultiDataUI(sqlKey, pageKey, cnIdList){
//  var cnList = new getCnIdList();
  var strUrlPath = document.URL.split("?")[1];
  window.open(ServiceContentPath + "/Select/SelectPopUp.do?title=common.button.query&sqlKey="+sqlKey+"&pageKey="+pageKey+"&"+strUrlPath+"&cnIdList=" + cnIdList + "&type=checkbox&temp="+new Date().getTime(),"","height=580,width=600,top=80,left=300,toolbar=no,menubar=no,titlebar=no,scrollbars=yes,resizable=no,location=no,status=no");
}
function selectMultiDataUIWithTitle(sqlKey, pageKey, cnIdList, pTitle){
  var cnList = new getCnIdList();
  var strUrlPath = document.URL.split("?")[1];
  window.open(ServiceContentPath + "/Select/SelectPopUp.do?title="+pTitle+"&sqlKey="+sqlKey+"&pageKey="+pageKey+"&"+strUrlPath+"&cnIdList=" + cnIdList + "&type=checkbox&temp="+new Date().getTime(),"","height=580,width=600,top=80,left=300,toolbar=no,menubar=no,titlebar=no,scrollbars=yes,resizable=no,location=no,status=no");
}

function selectMultiDataBySelectUI(sqlKey, sqlKey2, pageKey, cnIdList){
  var strUrlPath = document.URL.split("?")[1];
  window.open(ServiceContentPath + "/ekp/util/select/keroroFrame.jsp?sqlKey="+sqlKey+"&sqlKey2="+sqlKey2+"&pageKey="+pageKey+"&"+strUrlPath+"&cnIdList=" + cnIdList + "&type=checkbox&temp="+new Date().getTime(),null,"height=580,width=600,top=80,left=300,toolbar=no,menubar=no,titlebar=no,scrollbars=yes,resizable=no,location=no,status=no");
}
