
//ÆË¾÷Ã¢ ½ºÅ©¸³Æ®
function op_pop(url,name,width,height,scrollbars) {
window.open(url,name,'width='+width+',height='+height+',left=100,top=100,scrollbars='+scrollbars);
}

function new_popup(url,w,h) {
	var position ="toolbar=0,location=0,width="+w+",height="+h+",left=" + ((screen.width-w)/2) + ",top=" + ((screen.height-h)/2) + ",directories=0,status=0,menubar=0,scrollbars=1,resizable=yes";
	var win = window.open( url, "", position);
	if ( win.focus ) win.focus();
}

// vod Æí´ç ÁÙ°Å¸® ÆË¾÷Ã¢   2004/01/31 Ãß°¡ jphong
function doPopup_series(vlu) 
	{
		window.open("/VOD/popup_series.asp?idx="+vlu,"series_popup","width=500,height=500,top=130,left=260,toolbar=auto,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no")

	}

//ÆË¾÷Ã¢ ½ºÅ©¸³Æ®
function op_pop(url,name,width,height,scrollbars) {
window.open(url,name,'width='+width+',height='+height+',left=250,top=250,scrollbars='+scrollbars);
}

//È¸¿ø Á¤º¸ º¯°æ ÆË¾÷Ã¢ ½ºÅ©¸³Æ®
function member_info_pop(url,name,width,height,scrollbars) {
	window.open(url,name,'width='+width+',height='+height+',left=150,top=150,scrollbars='+scrollbars);
}

function formHandler(form) {
var windowprops = "width=366,height=370,location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no";

var URL = form.site.options[form.site.selectedIndex].value;
popup = window.open(URL,"MenuPopup",windowprops);
}

function sitemove(move) {

var URL = move.site.options[move.site.selectedIndex].value;
popup = window.open(URL);
}


function change(form) {
	if(form.url.selectedIndex != 0)
	window.open(form.url.options[form.url.selectedIndex].value, '_blank');
	}
