/* member */


function mem02() {
	window.open("/member/member_search_pw_ok.asp","mem02","width=450px,height=300px,scrollbars=no");
}

function mem03() {
	opener.parent.location.href = "/member/member_personal.asp";
	window.close();
	}

function mem04() {
	opener.parent.location.href = "/member/member_search.asp";
	window.close();
	}

function mem05() {
	window.open("/member/member_postal.asp","mem05","width=450px,height=401px,scrollbars=no");
}

function mem06() {
	window.open("/member/member_postal_list.asp","mem06","width=450px,height=401px,scrollbars=no");
	window.close();
	}

/* center_Map_popup */
function c_map01() {
	window.open("/cservice/center_samseong_eng.asp","c_map01","width=720px,height=441px,scrollbars=no");
}

function c_map02() {
	window.open("/cservice/center_kangnam_eng.asp","c_map02","width=720px,height=441px,scrollbars=no");
}

function c_map03() {
	window.open("/cservice/center_cityhall_eng.asp","c_map03","width=720px,height=441px,scrollbars=no");
}

function c_map04() {
	window.open("/cservice/center_kwang_eng.asp","c_map04","width=720px,height=441px,scrollbars=no");
}

function c_map05() {
	window.open("/cservice/center_yuido_eng.asp","c_map05","width=720px,height=441px,scrollbars=no");
}

/* online_popup*/
function online01() {
	window.open("/online/bvc_program_bvc.asp","online01","width=680px,height=630px,scrollbars=no");
	}


/* °Ô½Ã¹° ¼öÁ¤½Ã È®ÀÎ¿äÃ» */
function board_modify() {
	if (confirm("¼öÁ¤ÇÏ½Ã°Ú½À´Ï±î?")) { 
		location.href = '/cservice/board_modify.asp'; 
	} 

}


/* programs */
function BE(){
	window.open ('http://www.berlitz.us/docs/flash/BerlitzEnglish.swf','BE','width=750, height=440');
}


/* ¼¾ÅÍ ÇÁ¸°Æ® °ü·Ã */
function swfInit(src) {
	var url;
	switch(src) {		
    case "img1_url": url = "/images/cservice/center_map01.gif"; break;  //  
    case "img2_url": url = "/images/cservice/center_map02.gif"; break;  // 
    case "img3_url": url = "/images/cservice/center_map03.gif"; break;  // 
    case "img4_url": url = "/images/cservice/center_map04.gif"; break;  // 
	case "img5_url": url = "/images/cservice/center_map05.gif"; break;  // 
	}
	return url;
}
var objectTag = "";

function flashWrite(swf_name,swf_file,swf_width,swf_height) {
	var objectTag = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+swf_width+"' height='"+swf_height+"' id='"+ swf_name +"' align='middle'><param name='allowScriptAccess' value='always'><param name='movie' value='" + swf_file +"'><param name='quality' value='high'><param name='bgcolor' value='#FFFFFF'><embed src='" + swf_file +"' quality='high' bgcolor='#ffffff' width='"+swf_width+"' height='"+swf_height+"' name='"+ swf_name +"' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></object>";
	document.write(objectTag);		
	objectTag = "";
}
