function setKeylistParent(pid, cid) {
    window.opener.document.getElementById(pid).value = cid;
}
