function play_v(part,code,type) {
    if(part == "" || code == "") {
        alert("Àß¸øµÈ ÀÛ¾÷ÀÔ´Ï´Ù. ´Ù½Ã ¼±ÅÃÇØÁÖ¼¼¿ä.");
        return false;
    }
    window.open("/video/player.jsp?part=" +part+ "&code=" +code+ "&type=" +type, "", "width=680,height=500,scrollbars=no,status=no");
    return;
}

function play_v2(part,code,type) {
    if(part == "" || code == "") {
        alert("Àß¸øµÈ ÀÛ¾÷ÀÔ´Ï´Ù. ´Ù½Ã ¼±ÅÃÇØÁÖ¼¼¿ä.");
        return false;
    }
    window.open("/music/player.jsp?part=" +part+ "&code=" +code+ "&type=" +type, "", "width=380,height=70,scrollbars=no,status=no");
    return;
}

function play_v_high(part,code,type) {
    if(part == "" || code == "") {
        alert("Àß¸øµÈ ÀÛ¾÷ÀÔ´Ï´Ù. ´Ù½Ã ¼±ÅÃÇØÁÖ¼¼¿ä.");
        return false;
    }
    window.open("/video/player.jsp?part=" +part+ "&code=" +code+ "&type=" +type+ "&mode=high", "", "width=680,height=500,scrollbars=no,status=no");
    return;
}

function play_v_real(part,code,type) {
    if(part == "" || code == "") {
        alert("Àß¸øµÈ ÀÛ¾÷ÀÔ´Ï´Ù. ´Ù½Ã ¼±ÅÃÇØÁÖ¼¼¿ä.");
        return false;
    }
    window.open("/reserve/player.jsp?part=" +part+ "&code=" +code+ "&type=" +type, "", "width=680,height=500,scrollbars=no,status=no");
    return;
}

// VOD¿ë ´ã±â
function sel_put(mtype,ocode,oflag) {
    if(mtype == "" || ocode == "") {
        alert("Àß¸øµÈ ÀÛ¾÷ÀÔ´Ï´Ù. ´Ù½Ã ¼±ÅÃÇØÁÖ¼¼¿ä.");
        return false;
    }
    window.open("/video/proc_main_vodput.jsp?ocode=" +ocode+ "&mtype=" +mtype+ "&oflag=" +oflag, "", "width=10,height=10,scrollbars=no,status=no");
    return;
}

// VOD¿ë ´ã±â
function sel_put2(mtype,ocode,oflag) {
    if(mtype == "" || ocode == "") {
        alert("Àß¸øµÈ ÀÛ¾÷ÀÔ´Ï´Ù. ´Ù½Ã ¼±ÅÃÇØÁÖ¼¼¿ä.");
        return false;
    }
    window.open("/video/proc_sub_vodput.jsp?ocode=" +ocode+ "&mtype=" +mtype+ "&oflag=" +oflag, "", "width=10,height=10,scrollbars=no,status=no");
    return;
}

// VOD¿ë ´ã±â(ÇÃ·¹ÀÌ¾î)
function sel_player_put(mtype,ocode,oflag) {
    if(mtype == "" || ocode == "") {
        alert("Àß¸øµÈ ÀÛ¾÷ÀÔ´Ï´Ù. ´Ù½Ã ¼±ÅÃÇØÁÖ¼¼¿ä.");
        return false;
    }
    location.href="/video/proc_sub_vodput.jsp?ocode=" +ocode+ "&mtype=" +mtype+ "&oflag=" +oflag+ "&open=player";
    return;
}


// AOD¿ë ´ã±â
function sel_put3(mtype,ocode,oflag) {
    if(mtype == "" || ocode == "") {
        alert("Àß¸øµÈ ÀÛ¾÷ÀÔ´Ï´Ù. ´Ù½Ã ¼±ÅÃÇØÁÖ¼¼¿ä.");
        return false;
    }

    window.open("/music/proc_sub_aodput.jsp?ocode=" +ocode+ "&mtype=" +mtype+ "&oflag=" +oflag, "", "width=10,height=10,scrollbars=no,status=no");
    return;
}

