﻿function copyOpen(contIdx, CurrentUrl, menuCd,schCategory, mode) {
    var linkUrl = "/board/popContentsCopy.aspx?contIdx=" + contIdx + "&CurrentUrl=" + CurrentUrl + "&menuCd=" + menuCd + "&schCategory="+schCategory+"&mode=" + mode;

    var copy_popup = window.open(linkUrl, "copy_popup", "top=70,left=70, width=510,height=360");
        copy_popup.focus();
}
