function PopupView(seq, gubun, botton_on) {
	window.open("http://www.itstv.net/player.asp?seq=" + seq + "&gubun=" + gubun + "&botton_on=" + botton_on, "_Viewer", "width=810,height=509,scrollbars=no,toolbars=no,status=no,resizable=no");
}
function PopupViewMain(seq, gubun, botton_on,time) {						
						//var time = Main_player.controls.currentPosition;
						window.open("http://www.itstv.net/player.asp?cut_vodTime="+time+"&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("http://www.itstv.net/player.asp?seq=" + seq + "&gubun=" + gubun + "&cut_vodTime=" + cut_vodTime, "_Viewer", "width=810,height=509,scrollbars=no,toolbars=no,status=no,resizable=no");
}
function PopupView_special(seq, gubun, botton_on) {
	window.open("http://www.itstv.net/player.asp?seq=" + seq + "&tb_gubun=" + gubun + "&botton_on=" + botton_on, "_Viewer", "width=810,height=509,scrollbars=no,toolbars=no,status=no,resizable=no");
}
function PopupViewDetail(seq, gubun,width,height,url) {
		window.open("/assets/include/common/player/player.asp?seq=" + seq +"&gubun="+gubun+"&url="+url , "player", "width="+width+",height="+height+",scrollbars=no,toolbars=no,status=no,resizable=no");
		//window.open("/player.asp?seq=" + seq +"&gubun="+gubun , "player", "width=810,height=509,scrollbars=no,toolbars=no,status=no,resizable=no");
	}
		
function PopupViewPoll(seq, gubun, time,tb_gubun) {						
						//var time = Main_player.controls.currentPosition;
		if (tb_gubun=="tb_special_support")
		{
			window.open("http://www.itstv.net/player.asp?seq=" + seq + "&tb_gubun=" + tb_gubun + "&botton_on=" + botton_on, "_Viewer", "width=810,height=509,scrollbars=no,toolbars=no,status=no,resizable=no");
		}else{
		window.open("http://www.itstv.net/player.asp?cut_vodTime="+time+"&seq=" + seq + "&gubun=" + gubun + "&botton_on=" + botton_on, "_Viewer", "width=810,height=509,scrollbars=no,toolbars=no,status=no,resizable=no");

		}
						
}
function PopupView_URL(URL) {
	window.open( URL, "_Viewer", "width=810,height=509,scrollbars=no,toolbars=no,status=no,resizable=no");
}


function file_view(url) {
	window.open(url, '', '');
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function trackbackRSS(str) 
	{
		window.clipboardData.setData("Text", str);
		alert("RSS URLÀÌ º¹»çµÇ¾ú½À´Ï´Ù.\n\n RSS¸®´õ±â ÇÇµå Ãß°¡ ÇÏ¿© »ç¿ëÇÏ½Ç¼öÀÖ½À´Ï´Ù..");
	}




