function PopupView(seq, gubun, botton_on) {
	window.open("/player.asp?seq=" + seq + "&gubun=" + gubun + "&botton_on=" + botton_on, "_Viewer", "width=810,height=509,scrollbars=no,toolbars=no,status=no,resizable=no");
}

function PopupView2(seq, gubun, cut_vodTime) {
	window.open("/player.asp?seq=" + seq + "&gubun=" + gubun + "&cut_vodTime=" + cut_vodTime, "_Viewer", "width=810,height=509,scrollbars=no,toolbars=no,status=no,resizable=no");
}
function file_view(url) {
	window.open(url, '', '');
}





