function go_view(wid,hei,url,id) { var url2 = "http://tv.kotra.or.kr"; if(isKotra()){ url2="http://180.100.100.114:81"; } if(id != ""){ path = "http://tv.kotra.or.kr/content3/view/sessionView.jsp?id="+id+"&wid="+wid+"&hei="+hei+"&url="+ url2 +url; viewerWindow = window.open(path, "_blank","width="+wid+", height="+hei+", toolbar=0, location=0, menubar=0, status=0, scrollbars=0, resizable=0, top=0, left=0, fullscreen=no"); } } function isKotra(){ return false; } function js_remoteip(){ return "38.107.179.207"; } function makeLecWnd(x,y,url) { objWnd = window.open(url,"","scrollbars=no,resizable = no,menubar = no,top=0, left=0,fullscreen = no,width="+ x +",height="+ y +""); } /*============================================================================= Function : funcDownload Return : true/false Usage : 파일 다운로드 =============================================================================*/ function funcDownload (file_name, file_real, file_path) { var frm1 = document.frm_file; frm1.file_name.value = file_name; frm1.file_real.value = file_real; frm1.file_path.value = file_path; frm1.action = "/download"; frm1.submit(); } function makeLecWnd(x,y,url) { objWnd = window.open(url,"","scrollbars=no,resizable = no,menubar = no,top=0, left=0,fullscreen = no,width="+ x +",height="+ y +""); } function changePage() { document.ReportRead.target="_self"; document.ReportRead.action = "mediainfo.jsp" ; document.ReportRead.viewmode.value = "list"; document.ReportRead.submit(); } function makeLecWnd1(x,y,url) { objWnd = window.open("http://www.korcham.net/OnlineSeminar/home/CON02103.asp?m_url="+url,"","scrollbars=no,resizable = no,menubar = no,top=0, left=0,fullscreen = no,width="+ x +",height="+ y +""); }