function LmenuOver(imgEl) {
 imgEl.src = imgEl.src.replace("_x.gif", "_o.gif");
}
function LmenuOut(imgEl) {
 imgEl.src = imgEl.src.replace("_o.gif", "_x.gif");
}

// image roll
function menuOver() {
 this.src = this.src.replace("_x.gif", "_o.gif");
}
function menuOut() {
 this.src = this.src.replace("_o.gif", "_x.gif");
}

function imageOver(imgEl) {
 imgEl.src = imgEl.src.replace("_x.gif", "_o.gif");
}
function imageOut(imgEl) {
 imgEl.src = imgEl.src.replace("_o.gif", "_x.gif");
}

//Å°¿öµå ¹é±×¶ó¿î ÀÌ¹ÌÁö

function ch () {
var c=false;
if ( c ) return;
document.getElementById('keyword').style.backgroundImage="";
c=true;
}
function chid () {
var c=false;
if ( c ) return;
document.getElementById('keyid').style.backgroundImage="";
c=true;
}
function chpass () {
var c=false;
if ( c ) return;
document.getElementById('keypass').style.backgroundImage="";
c=true;
}


//contents ON / OFF
var old='';
function fn_visible(name)
{
	submenu=document.getElementById("hidden_con_"+name).style;
		if(old!=submenu)
	{
		if(old!='')
		{
			old.display='none';
		}
		submenu.display='block';
		old=submenu;
	}
	else
	{
		submenu.display='none';
		old='';
	}
}

//quick menu
function showcombo(what){
    if (what.style.display=='')
        what.style.display='none';

    else if (what.style.display=='none')
        what.style.display='';
}

// tabbed menu
function initTabMenu(menuElId,tNum) {
	var tabMenu = document.getElementsByName("tab");
	for(i=0; i<tabMenu.length; i++) {
		thismenu = tabMenu.item(i);
		thismenu.menuContainer = document.getElementById(menuElId);
		thismenu.targetEl = document.getElementById(tabMenu.item(i).href.split("#")[1]);
		thismenu.targetEl.style.display = "none";
		thismenu.onclick = tabMenuClick;
	}

	initmenu = tabMenu.item(tNum);
	initmenu.targetEl.style.display = "block";
	initmenu.getElementsByTagName("img").item(0).src = initmenu.getElementsByTagName("img").item(0).src.replace("_x.gif", "_o.gif");
	initmenu.menuContainer.current = initmenu;
}
function tabMenuClick() {
	currentmenu = this.menuContainer.current;
	if (currentmenu != this) {
		currentmenu.targetEl.style.display = "none";
		currentmenu.getElementsByTagName("img").item(0).src = currentmenu.getElementsByTagName("img").item(0).src.replace("_o.gif", "_x.gif")

		this.targetEl.style.display = "block";
		this.getElementsByTagName("img").item(0).src = this.getElementsByTagName("img").item(0).src.replace("_x.gif", "_o.gif");
		this.menuContainer.current = this;
	}
	return false;
}

function initTabMenu01(menuElId,tNum) {
	var tabMenu = document.getElementsByName("tab01");
	for(i=0; i<tabMenu.length; i++) {
		thismenu = tabMenu.item(i);
		thismenu.menuContainer = document.getElementById(menuElId);
		thismenu.targetEl = document.getElementById(tabMenu.item(i).href.split("#")[1]);
		thismenu.targetEl.style.display = "none";
		thismenu.onclick = tabMenuClick;
	}

	initmenu = tabMenu.item(tNum);
	initmenu.targetEl.style.display = "block";
	initmenu.getElementsByTagName("img").item(0).src = initmenu.getElementsByTagName("img").item(0).src.replace("_x.gif", "_o.gif");
	initmenu.menuContainer.current = initmenu;
}
function tabMenuClick() {
	currentmenu = this.menuContainer.current;
	if (currentmenu != this) {
		currentmenu.targetEl.style.display = "none";
		currentmenu.getElementsByTagName("img").item(0).src = currentmenu.getElementsByTagName("img").item(0).src.replace("_o.gif", "_x.gif")

		this.targetEl.style.display = "block";
		this.getElementsByTagName("img").item(0).src = this.getElementsByTagName("img").item(0).src.replace("_x.gif", "_o.gif");
		this.menuContainer.current = this;
	}
	return false;
}



//top¹öÆ°
function CheckUIElements() {
  var yMenu1From, yMenu1To, yOffset, timeoutNextCheck;
  var wndWidth = parseInt(document.body.clientWidth);
  yMenu1From   = parseInt (qLayer.style.top, 10);
  yMenu1To     = document.body.scrollTop + 200; // À§ÂÊ À§Ä¡
  timeoutNextCheck = 500;

  if ( yMenu1From != yMenu1To ) {
    yOffset = Math.ceil( Math.abs( yMenu1To - yMenu1From ) / 20 );
    if ( yMenu1To < yMenu1From )
      yOffset = -yOffset;

    qLayer.style.top = parseInt (qLayer.style.top, 10) + yOffset;

    timeoutNextCheck = 10;
  }
  qLayer.style.left = 932;



  setTimeout ("CheckUIElements()", timeoutNextCheck);
}

function MovePosition() {
  var wndWidth = parseInt(document.body.clientWidth);

  // Æä¿¡Áö ·Îµù½Ã Æ÷Áö¼Ç
  qLayer.style.top = 200;
  qLayer.style.left = 932;
  qLayer.style.visibility = "visible";

  // initializing UI update timer
  CheckUIElements();
  return true;
}


// Flash publish

function swfprint(furl,fwidth,fheight,transoption)	{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/images/common/flash/swflash.cab#version=8,0,0,0" width="'+ fwidth +'" height="' + fheight +'" id="top" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain"/>');
	document.write('<param name="movie" value="'+ furl +'"/>');
	document.write('<param name="quality" value="high"/>');
	//document.write('<param name="bgcolor" value="#ffffff"/> ');
	if (transoption == "t")	{
		document.write('<param name="wmode" value="transparent"/>');
	} else if	(transoption == "o")	{
		document.write('<param name="wmode" value="opaque"/>');
	}
	document.write('<!-- Hixie method -->');
	document.write('<!--[if !IE]> <-->');
	document.write('<object type="application/x-shockwave-flash" data="'+ furl +'" width="'+ fwidth +'" height="' + fheight +'"');
	if (transoption == "t")	{
		document.write(' wmode="transparent"');
	} else if	(transoption == "o")	{
		document.write(' wmode="opaque"');
	}
	document.write('></object>');
	document.write('<!--> <![endif]-->');
	document.write('</object>');
}

function go_home(){
	top.viewframe.location.href="/default.jsp?fr=";
}

home="/"; //¸®µùÅõÀÚÁõ±Ç È¨
chome="/jsp/fci/main.html"; //È¸»ç¼Ò°³È¨
ehome="/jsp/english/main.html";//¿µ¹®»çÀÌÆ® È¨

t0_0="/jsp/wts/main.html";
	t0_1="/jsp/wts/main.html";//WTS

// 02.¸®µù½ºÅ¸ (07.03.09 ¼öÁ¤)
t1_0="/jsp/ls/main.html"; //
	t1_1="/jsp/ls/lsgt/lsgt01.html"; //±Û·Î¹ú Æ®·¹ÀÌ´×
	t1_2="/jsp/ls/lsat/lsat01/lsat01_01.html"; // ¾Ë°í¸®ÁòÆ®·¹ÀÌµù
	t1_3="/jsp/ls/lsst/lsst01/lsst01_01.html"; // ½Ã½ºÅÛÆ®·¹ÀÌµù
	t1_4="/jsp/ls/lsom/lsom01_01.html"; // ¿À´õ¸Þ´ÏÀú
	t1_5="javascript:popup_leadingstar();"; // ¸®µù½ºÅ¸¸Å´º¾ó

// 03.¸®¼­Ä¡
t2_0="/gesi_aa001.do,gcode=58";
	t2_1="/gesi_aa001.do,gcode=58"; // ÁÖ½Ä¸®¼­Ä¡
	t2_2="/gesi_aa001.do,gcode=5"; // Ã¤±Ç¸®¼­Ä¡
	t2_3="javascript:popup_fn()"; // »óÀå±â¾÷ºÐ¼®
	t2_4="/hpbd_aa021.do"; // ´º½º¿Í°ø½Ã

// 04.ÇØ¿ÜÁÖ½Ä
t3_0="/jsp/fost_new/fost_main.html"; //
	t3_1="/jsp/fost_new/fost_main.html"; // ÇØ¿ÜÁÖ½Ä
	t3_2="/jsp/fost/fost/fost01/hpfr_aa010_01.do"; // My ÇØ¿ÜÁÖ½Ä
	t3_3="/jsp/fost_new/fosta/fosta.html"; // ¹Ì±¹ÁÖ½Ä
	t3_4="/jsp/fost_new/fostc/fostc.html"; // Áß±¹ÁÖ½Ä
	t3_5="/jsp/fost_new/fostj/fostj.html"; // ÀÏº»ÁÖ½Ä
	t3_6="/jsp/fost_new/fosti/fosti.html"; // ÀÎµµ³×½Ã¾ÆÁÖ½Ä
	t3_7="/jsp/fost_new/fostv/fostv.html"; // º£Æ®³²ÁÖ½Ä
	t3_8="/jsp/fost_new/fostad/fostad01.html"; // ADR
	t3_9="/jsp/fost_new/fostet/fostet01.html"; // ETF
	//t3_10="/jsp/fost_new/fostetc/fostetc01.html"; // ETC
	t3_10="javascript:fost_infopop()"; // ÇØ¿ÜÁ¤º¸
/*t3_0="/jsp/fost/fost_main.html"; //
	t3_1="/jsp/fost/fost_main.html"; // ÇØ¿ÜÁÖ½Ä
	t3_2="/jsp/fost/fosta/fosta.html"; // ¹Ì±¹ÁÖ½Ä
	t3_3="/jsp/fost/fostc/fostc.html"; // Áß±¹ÁÖ½Ä
	t3_4="/jsp/fost/foste/foste.html"; // ¿µ±¹ÁÖ½Ä
	t3_5="/jsp/fost/fostj/fostj.html"; // ÀÏº»ÁÖ½Ä
	t3_6="/jsp/fost/fosti/fosti.html"; // ÀÎµµ³×½Ã¾ÆÁÖ½Ä
	t3_7="/jsp/fost/fostv/fostv.html"; // º£Æ®³²ÁÖ½Ä
	t3_8="/jsp/fost/fosts/fosts.html"; // ½Ì°¡Æ÷¸£ÁÖ½Ä
	t3_9="/jsp/fost/fostaus/fostaus.html"; // È£ÁÖÁÖ½Ä
	t3_10="/jsp/fost/fostad/fostad00.html"; // ADR
	//t3_10="/jsp/fost/fostad/fostad.html"; // ADR
	t3_11="/jsp/fost/fostet/fostet01_n.html"; // ETF
	t3_12="/jsp/fost/fostetc/fostetc01.html"; // ETC
	t3_13="/jsp/fost/fostf/fostf01/fostf01_01.html"; // ÇØ¿ÜÁ¤º¸
*/


/*//ÆÝµå¸ô & Àå¿ÜÁÖ½Ä
t4_0="/jsp/fund/fund03/main.html";
	t4_1="/jsp/fund/fund03/main.html";//¸®µùÆÝµå¸ô¼Ò°³
	t4_2="/jsp/fund/main_n.html";//ÃßÃµÆÝµå
	t4_3="/jsp/fund/fund03/fund03_01.html";//¸®µùÀå¿ÜÁÖ½Ä
	//t4_3="javascript:leadingotc_popup();";//¸®µùÀå¿ÜÁÖ½Ä
	//t4_2="javascript:alert('ÁØºñÁßÀÔ´Ï´Ù.');";//¸®µùÀå¿ÜÁÖ½ÄOTC
*///20090604 FX¸¶Áø ¸Þ´º Ãß°¡·Î ÀÎÇØ »èÁ¦
t4_0="/jsp/fx/fxmain.jsp";
	t4_1="/jsp/fx/fx01/fx01_01_0101.html";//FX¸¶Áø°Å·¡¶õ?
	t4_2="/jsp/fx/fx02/fx02_01_n.html";//FX°Å·¡½ÃÀÛÇÏ±â
	//t4_2="/jsp/fx/fx02/fx02_02.html";//FX°Å·¡½ÃÀÛÇÏ±â
	t4_3="/jsp/fx/fx03/fx03_01.html";//FX¸ðÀÇ°Å·¡
	t4_4="/gesi_aa001.do,gcode=144";//FX´º½º ¹× ½ÃÈ²
	t4_5="/fxccqa_aa001.do,gcode=1";//FXÁ¤º¸¼¾ÅÍ

//¿Â¶óÀÎÃ¢±¸
t5_0="/jsp/cc/main.html";	
	t5_1="/jsp/sfo/sfod/sfod_aa001.jsp";//±¹³»ÁÖ½Ä°Å·¡³»¿ª
	t5_2="/jsp/npki/npki01.jsp";//°øÀÎÀÎÁõ
	t5_3="/jsp/cc/cci/cci01/cci01_01.html";//¿Â¶óÀÎ°èÁÂ°³¼³
	t5_4="/jsp/cc/cct/cct01.html";//ÀÌÃ¼´ëÃ¼(2008/06/11)
	t5_5="/jsp/cc/ccda/ccda01.html";//´ëÁÖ½ÅÃ»
	t5_6="/jsp/cc/sms/sms.html";//SMS ½ÅÃ»/ÇØÁö
	t5_7="/jsp/cc/ccst/ccst01.html";//½ºÅ¹·Ð
	t5_8="/jsp/cc/ccb_0210/ccb_01.html";//º¹¼ö°èÁÂ ¸Å¸Å´ë¸®ÀÎ µî·Ï
	t5_9="/jsp/cc/cco/cco_info.jsp,menu_seq=0910";//OTPµî·Ï/ÇØÁö
	t5_10="/jsp/cc/ccd/ccd01.html";//´Ù¿î·Îµå

//¸®µù¾Ë¸²ÀÌ
t6_0="/gesi_aa001.do,gcode=27";//¸®µù¾Ë¸²ÀÌ
	t6_1="/gesi_aa001.do,gcode=27";//¸®µù¾Ë¸²ÀÌ
	t6_2="/gesi_aa001.do,gcode=142";//±³À°¾È³»
	t6_3="/ccqa_aa001.do";//°í°´ÀÇ¼Ò¸®
	t6_4="/jsp/cc/ccec/ccec01.jsp";//ÀüÀÚ¹Î¿øÁ¢¼ö
	t6_5="/gesi_aa001.do,gcode=1";//¸®µù½ºÅ¸¾÷±×·¹ÀÌµå
	t6_6="/jsp/cc/cci/cci01_k01.html";//¾÷¹«¾È³»
	t6_7="/jsp/cc/ccc/ccc01.html";//°í°´¼¾ÅÍ ¼Ò°³
	t6_8="/jsp/cc/ccs/ccs.html";//SITE MAP
	

// 07.»çÀÌ¹öÁöÁ¡
t7_0="/jsp/cb/main.html";
	t7_1="/jsp/cb/cbt/cbt01.do";//Æ®·¹ÀÌµù¼¾ÅÍ
	//t7_2="/jsp/cb/cbc/cbc.do";//CIC
	t7_2="/jsp/cb/cba/cba01/cba01_08.html";//¸®µù¾ÆÄ«µ¥¹Ì
	t7_3="/jsp/cb/coop/cbclub.jsp";//Á¦ÈÞ¼­ºñ½º

// 07.»çÀÌ¹öÁöÁ¡
t7_0="/jsp/cb/main.html";
	t7_1="/jsp/cb/cbt/cbt01.do";//Æ®·¹ÀÌµù¼¾ÅÍ
	//t7_2="/jsp/cb/cbc/cbc.do";//CIC
	t7_2="/jsp/cb/cba/cba01/cba01_08.html";//¸®µù¾ÆÄ«µ¥¹Ì
	t7_3="/jsp/cb/coop/cbclub.jsp";//Á¦ÈÞ¼­ºñ½º

//È¸¿ø°ü¸®
t8_0="javascript:popup_memberjoin();";//È¸¿ø°¡ÀÔ
	t8_1="javascript:popup_memberjoin();";//È¸¿ø°¡ÀÔ
	t8_2="/jsp/cmm/top/tj/hpid_aa011_01.jsp";//IDÃ£±â
	t8_3="/jsp/member/member_chg01.jsp";//Á¤È¸¿øÀüÈ¯
	t8_4="/jsp/meminfo/meminfo_aa002_05.jsp&xecure=Y";//Á¤º¸º¯°æ
	//t8_5="javascript:alert(\"ÁØºñÁßÀÔ´Ï´Ù.\");";
	//t8_6="javascript:alert(\"ÁØºñÁßÀÔ´Ï´Ù.\");";
	t8_5="/jsp/cmm/check/check01.jsp";//ÆÝµåÅõÀÚÀÚÃ¼Å©¸®½ºÆ®
	t8_6="/jsp/cmm/check/check01.html";//ÅõÀÚÁ¤º¸È®ÀÎ¼­
	t8_7="/jsp/member/member_out01.jsp";//È¸¿øÅ»Åð

/*
// 06.°í°´¼¾ÅÍ (07.03.09 ¼öÁ¤)
t5_0="/jsp/cc/main.html";
	t5_1="/jsp/cc/ccc/ccc01.html";//°í°´¼¾ÅÍ ¼Ò°³
	t5_2="/gesi_aa001.do?gcode=27";//°øÁö»çÇ×/ÀÌº¥Æ®
	t5_3="/ccqa_aa001.do?gcode=1";//°í°´ÀÇ ¼Ò¸®
	t5_4="/jsp/cc/cci/cci01_k01.html";//¾÷¹«¾È³»
	t5_5="/jsp/npki/npki01.jsp";//°øÀÎÀÎÁõ
	t5_6="/jsp/cc/cci/cci01/cci01_01.html";//¿Â¶óÀÎ°èÁÂ°³¼³
	//t4_6="javascript:alert('ÁØºñÁßÀÔ´Ï´Ù.');";//¿Â¶óÀÎ°èÁÂ°³¼³
	//t4_7="/jsp/xecure_url.jsp?url=/jsp/cc/cci/cci02/cci02_01.jsp?menu_seq=0607";//ÀÌÃ¼´ëÃ¼(2008/06/11)
	t5_7="/jsp/cc/cct/cct01.html?menu_seq=0607";//ÀÌÃ¼´ëÃ¼(2008/06/11)
	t5_8="/jsp/cc/sms/sms.html";//SMS ½ÅÃ»/ÇØÁö
	t5_9="/jsp/cc/ccda/ccda01.html";//´ëÁÖ½ÅÃ»
	t5_10="/jsp/cc/cco/cco_info.jsp?menu_seq=0910";//OTPµî·Ï/ÇØÁö
	t5_11="/jsp/cc/ccd/ccd01.html";//´Ù¿î·Îµå
	t5_12="/jsp/cc/ccs/ccs.html";//»çÀÌÆ®¸Ê 

// 08.È¸¿ø°¡ÀÔ
t7_0="javascript:popup_memberjoin();";
	t7_1="javascript:popup_memberjoin();";//
	t7_2="/jsp/cmm/top/tj/hpid_aa011_01.jsp";//
	t7_3="/jsp/member/member_chg01.jsp";//
	t7_4="/jsp/meminfo/meminfo_aa002_05.jsp&Xecure=Y";//
	t7_5="/jsp/member/member_out01.jsp";//

// 05.±ÝÀ¶»óÇ°
t8_0="/jsp/fund/fund03/main.html";
	t8_1="/jsp/fund/fund03/main.html";//ÆÝµå¸ô¼Ò°³
	t8_2="/jsp/fund/main_n.html";//ÃßÃµÆÝµå
	t8_3="javascript:pop_fund();";//ÆÝµå¸ô¿¬°á
	
// 01.ÁÖ½Ä/¼±¹°/¿É¼Ç
t0_0="/jsp/stock.jsp?url=/jsp/sfo/main.html";
	t0_1="/jsp/stock.jsp?url=/jsp/sfo/sfos/sfos01/sfos01_01.jsp"; //ÁÖ½Ä
	t0_2="/jsp/stock.jsp?url=/jsp/sfo/sfofo/sfofo01.html"; //¼±¹°/¿É¼Ç
	t0_3="/jsp/sfo/sfod/sfod_aa001.jsp"; //°Å·¡³»¿ª
	t0_4="/jsp/stock.jsp?url=/hpbd_aa023.do"; //ÅõÀÚÁ¤º¸
	t0_5="/jsp/stock.jsp?url=/gesi_aa001.do?gcode=35"; //ÅõÀÚÅä·Ð¹æ
	//t0_4="/jsp/sfo/sfoo/sfoo01.html"; //ÁÖ¹®/°èÁÂ

*/	

function gomenu(name) {
    var LeftPosition = (screen.width) ?        (screen.width-400)/2 : 0;
    var TopPosition = (screen.height) ?        (screen.height-200)/2 : 0;
  	var varUrl = "";
	//alert(eval(name));
    if (eval(name) == "") {
        alert("¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.");
        return;
	}
	else if (name == "home") {
		//window.top.menuframe.location.href = "/jsp/top.jsp";
		top.viewframe.location.href = "/default.jsp?fr=";
	}
	else if (name == "chome") {
			window.top.location.href = eval(name);
	}
	else if (eval(name).indexOf("avascript:")>0){
		//alert();
		eval(eval(name).replace("javascript:",""));
	}
	else
	{
		//window.top.mainframe.location.href = eval(name);
		top.viewframe.location.href = "/default.jsp?fr="+eval(name);
	}
	
	/*
	else if (name.substring(0,2) == "t7") {
			document.location.href = eval(name);
			window.top.location.href = eval('home');
	}
	*/
}


//ÁÖ½Ä/¼±¹°/¿É¼Ç
function popup_corinfo() {
	window.open('http://comp.fnguide.com/svo/handbook_New/SVD_HandBook.asp','pcorinfo','width=800, height=600'); // ÁÖ½Ä½Ã¼¼ > ±â¾÷°³¿ä
}

function popup_cheul() { //»çÀÌ¹öÁöÁ¡-CICÇÁ·ÎÇÊ-Ã¶ºÀ»ê
	window.open('/jsp/cb/cbc/pop_profile_cheul.html','p01_cheul','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=550'); //»çÀÌ¹ö»ó´ã cic ÇÁ·ÎÇÊº¸±â
}

function popup_sesan() { //»çÀÌ¹öÁöÁ¡-CICÇÁ·ÎÇÊ-¼¼»ê½ÃÅ¥
	window.open('/jsp/cb/cbc/pop_profile_sesan.html','p01_sesan','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=550'); //»çÀÌ¹ö»ó´ã cic ÇÁ·ÎÇÊº¸±â
}

function popup_con_cheul(cd) { //»çÀÌ¹öÁöÁ¡-»ó´ã½Ç-Ã¶ºÀ»ê
	window.open('http://211.117.62.85/vcyber/acs/viewer.asp?name='+cd+'&chid=93&ran=35&chmode=q216','p01_con_cheul','scrollbars=yes,toolbar=no,status=no,resizable=yes,copyhistory=no,width=645,height=550'); //»çÀÌ¹ö»ó´ã ÁöÁ¡°¡ÀÔ - Ã¶ºÀ»ê
}

function popup_con_sesan(cd) { //»çÀÌ¹öÁöÁ¡-»ó´ã½Ç-¼¼»ê½ÃÅ¥
	window.open('http://211.117.62.85/vcyber/acs/viewer.asp?name='+cd+'&chid=4&ran=35&chmode=q225','p01_con_sesan','scrollbars=yes,toolbar=no,status=no,resizable=yes,copyhistory=no,width=645,height=550'); //»çÀÌ¹ö»ó´ã ÁöÁ¡°¡ÀÔ - ¼¼»ê½ÃÅ¥
}

function popup_reg_cheul(cd) { //»çÀÌ¹öÁöÁ¡-ÁöÁ¡°¡ÀÔ-Ã¶ºÀ»ê
	window.open('http://211.117.62.85/vtrading/reg_q216.asp?cd='+cd,'p01_reg_cheul','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=340'); //»çÀÌ¹öÁöÁ¡-ÁöÁ¡°¡ÀÔ-Ã¶ºÀ»ê
}

function popup_ext_cheul(cd) { //»çÀÌ¹öÁöÁ¡-ÁöÁ¡Å»Åð-Ã¶ºÀ»ê
	window.open('http://211.117.62.85/vtrading/dlt_q216.asp?cd='+cd,'p01_ext_cheul','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=340'); //»çÀÌ¹öÁöÁ¡-ÁöÁ¡Å»Åð-Ã¶ºÀ»ê
}

function popup_brdreg_moon01(cd) { //»çÀÌ¹öÁöÁ¡-Æ®·¹ÀÌµù¼¾ÅÍ ¹æ¼Û½ÅÃ»-¹®Á¾Çö
	window.open('http://211.117.62.85/vtrading/reg_q277.asp?cd='+cd,'p01_brdreg_moon01','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=340'); //»çÀÌ¹öÁöÁ¡-Æ®·¹ÀÌµù¼¾ÅÍ ¹æ¼Û½ÅÃ»-¹®Á¾Çö
}

function popup_brdreg_kim01(cd) { //»çÀÌ¹öÁöÁ¡-Æ®·¹ÀÌµù¼¾ÅÍ ¹æ¼Û½ÅÃ»-±èÄ¡¼ö
	window.open('http://211.117.62.85/vtrading/reg_q999.asp?cd='+cd,'p01_brdreg_moon01','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=340'); //»çÀÌ¹öÁöÁ¡-Æ®·¹ÀÌµù¼¾ÅÍ ¹æ¼Û½ÅÃ»-±èÄ¡¼ö
}

function popup_brd01(cd) { //»çÀÌ¹öÁöÁ¡-Æ®·¹ÀÌµù¼¾ÅÍ ¹æ¼Û 1
	window.open('http://211.117.62.85/vcyber/acs/viewer.asp?name='+cd+'&chid=9&ran=35&chmode=q277','p01_brd01','scrollbars=yes,toolbar=no,status=no,resizable=yes,copyhistory=no,width=645,height=550'); //»çÀÌ¹öÁöÁ¡-Æ®·¹ÀÌµù¼¾ÅÍ ¹æ¼Û 1
}

function popup_brd02(cd) { //»çÀÌ¹öÁöÁ¡-Æ®·¹ÀÌµù¼¾ÅÍ ¹æ¼Û 2
	window.open('http://211.117.62.85/vcyber/acs/viewer.asp?name='+cd+'&chid=10&ran=35&chmode=q277','p01_brd01','scrollbars=yes,toolbar=no,status=no,resizable=yes,copyhistory=no,width=645,height=550'); //»çÀÌ¹öÁöÁ¡-Æ®·¹ÀÌµù¼¾ÅÍ ¹æ¼Û 2
}

function popup_brd03(cd) { //»çÀÌ¹öÁöÁ¡-Æ®·¹ÀÌµù¼¾ÅÍ ¹æ¼Û 3
	window.open('http://211.117.62.85/vcyber/acs/viewer.asp?name='+cd+'&chid=12&ran=35&chmode=q999','p01_brd01','scrollbars=yes,toolbar=no,status=no,resizable=yes,copyhistory=no,width=645,height=550'); //»çÀÌ¹öÁöÁ¡-Æ®·¹ÀÌµù¼¾ÅÍ ¹æ¼Û 3
}

function popup_09() { //»çÀÌ¹öÁöÁ¡-CIC»ó´ã°Ô½ÃÆÇ
window.open('/jsp/cb/cbc/pop_consult.html','pc01','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600'); 
}

function popup_02() { //ÀÎ¼âÇÏ±â °øÅëÆË¾÷
	window.open('/jsp/cb/cbc/cbc01/pop_cbc01_02_view.html','p02','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=630,height=500'); //°Ô½ÃÆÇ ÀÎ¼âÇÏ±â
}

function popup_03() {
	window.open('http://j2k.naver.com/j2k.php/korean/quote.yahoo.co.jp/','p03',''); //ÇØ¿ÜÁÖ½Ä/ÀÏº»ÁÖ½Ä/À¥¸µÅ©Á¤º¸
}
// ¹èÆ®³²ÁÖ½Ä À¥¸µÅ©Á¤º¸
function popup_vn() {
	window.open('http://www.ssi.com.vn','pvn','');
}
// ÀÎµµ³×½Ã¾ÆÁÖ½Ä À¥¸µÅ©Á¤º¸
function popup_in() {
	window.open('http://www.jsx.co.id','pin','');
}
//
function popup_fn() {
	window.open('http://comp.fnguide.com/svo/handbook_New/SVD_HandBookStart.asp','p11','');
}
function pop_fund(){
	window.open('http://leadingfund.co.kr','','');
}
//»çÀÌ¹öÁöÁ¡
function popup_04() {
	window.open('/jsp/cb/cbc/pop_cbc04_02.html','p05','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=670'); //
}
function popup_05() {
	window.open('/jsp/cb/cbc/pop_cbc04_01.html','p04','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=670'); //
}
function popup_06() {
	window.open('/jsp/cb/cbt/pop_cbt01_01.html','p06','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600'); //
}
function popup_07() {
	window.open('/jsp/cb/cbt/pop_cbt01_02.html','p07','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600'); //
}
function popup_08() {
	window.open('/jsp/cb/cbt/pop_cbt01_03.html','p08','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=480,height=370'); //
}
function popup_re01() {
	window.open('http://dart.fss.or.kr/','ri01','');
}
function popup_leadingstar() {
	window.open('/jsp/sfo/manual/leading.html','leadingstar','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=1024,height=768');
}
function popup_top01() {//ÂÊÁö
	window.open('http://www.leading.co.kr/vmemo/get_list.asp','top01','scrollbars=no,width=330,height=365');
}
//ÇØ¿ÜÁÖ½Ä
function popup_fost01() {
	window.open('/jsp/fost/fost/fost02/pop_fost02_01.html','p09','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600'); //
}//º»»ç¾àµµ

//°í°´¼¾ÅÍ
function popup_cci01() {
	window.open('/jsp/cc/cci/cci03/cci03_03/pop_cci03_03_01.html','cci01','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600'); //
}
function popup_cci02() {
	window.open('/jsp/cc/cci/cci03/cci03_03/pop_cci03_03_02.html','cci02','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600'); //
}
function popup_cci03() {
	window.open('/jsp/cc/cci/cci03/cci03_03/pop_cci03_03_03.html','cci03','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600'); //
}
function popup_cci04() {
	window.open('/jsp/cc/cci/cci03/cci03_03/pop_cci03_03_04.html','cci04','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600'); //
}
function popup_cci05() {
	window.open('/jsp/cc/cci/cci03/pop_cci03_04_01.html','cci05','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600'); //
}
function popup_cci06() {
	window.open('/jsp/cc/cci/cci03/cci03_03/pop_cci03_03_06.html','cci06','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600'); //
}
function popup_cci07() {
	window.open('/jsp/cc/cci/cci03/cci03_03/pop_cci03_03_07.html','cci07','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600'); //
}
function popup_cci08(){
	window.open('/jsp/cc/cci/cci03/cci03_03/pop_cci03_03_08.html','cci08','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600');	
}
function popup_ccd01() {
	//window.open('/jsp/cc/ccd/pop_ccd0101_01.html','ccd0101','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600'); //Ã¤±ÇÈ£°¡½Ã½ºÅÛ
	window.open('http://211.117.62.79/','ccd0101','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=750,height=600'); //Ã¤±ÇÈ£°¡½Ã½ºÅÛ
}
function popup_ccd02() {
	//window.open('/jsp/cc/ccd/pop_ccd0102_01.html','ccd0102','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600'); //¸®µù¸Þ½ÅÀúTNT
	window.open('http://211.117.62.85/vCustomer/service3.asp','ccd0102','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600'); //¸®µù¸Þ½ÅÀúTNT
}
function popup_dictionary() {
	window.open('http://stock.koscom.co.kr/dic/dic_view.jsp','dictionary','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=524,height=564');
}
//È¸¿ø°¡ÀÔ
function popup_join01(rtncd) {
	window.open('/jsp/cmm/top/tj/pop_join01.jsp?rtncd='+rtncd,'join01','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=405,height=305');
}
function popup_join02(id) {
	//window.open('/hpid_aa016.do?iUid='+id,'join02','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=405,height=305');
	XecureNavigate("/meminfo_aa002_idchk.do?iUid="+id,"join02","scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=405,height=305");
}
function popup_join02_01(name) {
	XecureNavigate("/meminfo_aa002_pennmchk.do?iPennm="+name,"join02_01","scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=405,height=305");
}
function popup_join03() {
	window.open('/jsp/cmm/top/tj/pop_join0302.html','join03','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=405,height=305');
}
function popup_join04() {
	window.open('/jsp/meminfo/meminfo_aa002_addr.jsp','join04','scrollbars=auto,toolbar=no,status=no,resizable=no,copyhistory=no,width=455,height=445');
}
function popup_join05() {
	window.open('/jsp/fundmall/cy/xx/cyxx_m004_v.jsp','join05','scrollbars=auto,toolbar=no,status=no,resizable=no,copyhistory=no,width=455,height=445');
}
//Footer
function popup_fcp() {
	window.open('/jsp/cmm/footer/fcp.html','fcp','scrollbars=yes,toolbar=no,status=no,resizable=no,copyhistory=no,width=645,height=600'); //°³ÀÎÁ¤º¸º¸È£Á¤Ã¥
}
function fost_infopop(){
	window.open('/jsp/fost_new/fost_info/pop_01.html','fostpop','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=800,height=596');
}
function popup_memberjoin() {
	//window.open('http://pbwts.korea-stock.com/wtsapp/jsp/WebTR/COMMON/idresi_popup.jsp?FirmNo=052','member_join','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=610,height=430');
	//window.open('/jsp/wts/wts_memberjoin.jsp','member_join','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=610,height=430');
	/*var now = new Date();
	var hour=now.getHours();

	if(hour >= 23 || hour < 6){
		alert("ÇØ´ç¾÷¹«´Â ¿ÀÀü 6½Ã ~ ¿ÀÈÄ 23½Ã Àü±îÁö °¡´ÉÇÕ´Ï´Ù.");
	}else{
		window.open('http://pbwts.korea-stock.com/wtsapp/jsp/WebTR/COMMON/idresi_popup.jsp?FirmNo=052','member_join','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=610,height=430');
	}*/
	window.open('/jsp/wts/wts_memberjoin2.jsp','member_join','scrollbars=no,toolbar=no,status=no,resizable=no,copyhistory=no,width=610,height=430');
}

function leadingotc_popup(){
	window.open('http://www.leadingotc.co.kr','','');
}

function opensub(myurl)
{
 window.open(myurl,'NOTE6','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,width=586,height=600,left=100,top=50,scrollbars=yes');
}
function Person(myurl)
{
window.open(myurl,'NOTE2','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=no,width=586,height=650,left=100,top=100,scrollbars=yes');
}

//go_tmnu(" + _l2 + "," + _l1 + ",0); ÇÃ·¡½¬º¯¼ö
function go_tmnu(mnu1,mnu2,num) {
	var mnu1=mnu1;
	var mnu2=mnu2;
	var tname=(mnu1-1)+"_"+mnu2;
	//alert("t"+tname);
	gomenu("t"+tname);
}

q1_1="/gesi_aa001.do?gcode=27";
q1_2="/jsp/fost/fost/fost01/hpfr_aa010_01.do";
q1_3="/jsp/fost/fostf/fostf01/fostf01_01.html";
q1_4="/jsp/wts/main.html";
q1_5="/jsp/cc/cci/cci02_01.html";

q1_6="/hpbd_aa011.do?igrcode=27";
q1_7="/jsp/fost/fostf/fostf01/fostf01_01.html";
q1_8="/jsp/sfo/sfos/sfos01/sfos01_01.jsp";
q1_9="/jsp/cc/cci/cci02.html";


q2_1="/jsp/cc/cci/cci01.html";
q2_2="/jsp/cc/cci/cci02.html";
q2_3="/jsp/fost/main.html";
q2_4="/jsp/cc/cci/cci03/cci03_01/hpgu_aa012.jsp?m=c";
q2_5="/jsp/ls/main.html";

function go_tab(param1,param2) {
	var param1=param1;
	var param2=param2;
	var tname=param1+"_"+param2;
	//alert(param1+","+param2);
	gomenu("q"+tname);

}
map1="/jsp/fost/fostc/fostc.html";
map2="/jsp/sfo/main.html";
map3="/jsp/fost/fostj/fostj.html";
map4="/jsp/fost/fosta/fosta.html";
map5="/jsp/fost/fosti/fosti.html"; 
map6="/jsp/fost/fostv/fostv.html";
map7="/jsp/fost/fostd/fostd.html";

function go_map1(num){
	var num=num;
	//alert("map"+num);
	gomenu("map"+num);
}
function go_map2(num){
	var num=num;
	//alert(num);
	gomenu("map"+num);
}


step1="/jsp/cc/cci/cci01.html";
step2="/jsp/cmm/top/tj/hpid_aa010.jsp";
step3="/jsp/cc/cci/cci03/cci03_01/hpgu_aa012.jsp?m=c";
step4="/jsp/ls/main.html";
function go_step(num){
	var num=num;
	//alert(num);
	gomenu("step"+num);
}





