/* VOD_news */
	function VOD_news(news_time, year1, month1, day1) {
		ww = 360;
		hh = 542;
		var winl = (screen.availWidth - ww) / 2;
		var wint = (screen.availHeight - hh) / 2;
	    window.open('/vod/?tvlive=news&news_time=' + news_time + '&year1=' +year1 + '&month1=' + month1 + '&day1=' + day1 , 'VOD_news', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+ww+',height='+hh+',top='+wint+',left='+winl);
	} 
	
/* VOD_special */
	function VOD_special(filename1, gubun) {
		ww = 360;
		if (gubun == "1") {
			hh = 504;
		}
		else {
			hh = 267;
		}
		
		var winl = (screen.availWidth - ww) / 2;
		var wint = (screen.availHeight - hh) / 2;
	    window.open('/vod/?tvlive=special&filename1='+filename1+'&gubun='+gubun,'VOD_special', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+ww+',height='+hh+',top='+wint+',left='+winl);
	} 
	
/* TV_VOD */
	function tv_vod(num, tbl_code, b_code) {      
		ww = 360;
		hh = 504;
				
		var winl = (screen.availWidth - ww) / 2;
		var wint = (screen.availHeight - hh) / 2;
	     window.open('/vod/?vod_no='+num+'&tbl_code='+tbl_code+'&b_code='+b_code, 'tv_vod', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+ww+',height='+hh+',top='+wint+',left='+winl);
	}
	
/* onair_tv */
function onair_tv() {
	//alert("º£ÀÌÂ¡¿Ã¸²ÇÈ ±â°£µ¿¾È ¹æ¼ÛÀúÀÛ±Ç °ü°è·Î ¼­ºñ½º¸¦ ÀÏ½Ã Áß´ÜÇÕ´Ï´Ù.\n¸¹Àº ¾çÇØ¹Ù¶ø´Ï´Ù.");

	ww = 360;
	hh = 504;
			
	var winl = (screen.availWidth - ww) / 2;
	var wint = (screen.availHeight - hh) / 2;
      window.open('/vod/?tvlive=on','onair_tv', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+ww+',height='+hh+',top='+wint+',left='+winl);

} 

/* onair_radio */
function onair_radio(amfm) {
	ww = 360;
	//hh = 305;
	hh = 267;
			
	var winl = (screen.availWidth - ww) / 2;
	var wint = (screen.availHeight - hh) / 2;
      window.open('/radio/onair.html?amfm='+amfm,'onair_radio', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+ww+',height='+hh+',top='+wint+',left='+winl);
} 

/* MBC Event */
	function mbcevent(flag) {
		//event_url = "http://www.mbcevent.co.kr/";
		event_url = "http://www.mbcevent.co.kr/menu2/main.asp?menu=3&part=" + flag;
		
	    window.open(event_url,'mbcevent');
	} 