
//ÆË¾÷Ã¢ ½ºÅ©¸³Æ®
function op_pop(url,name,width,height,scrollbars) {
window.open(url,name,'width='+width+',height='+height+',left=100,top=100,scrollbars='+scrollbars);
}

// vod Æí´ç ÁÙ°Å¸® ÆË¾÷Ã¢   2004/01/31 Ãß°¡ jphong
function doPopup_series(vlu) 
	{
		window.open("/VOD/popup_series.asp?idx="+vlu,"series_popup","width=440,height=329,top=130,left=260,toolbar=auto,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no")

	}




function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}