/* flash */
function flashWrite(url,w,h,vars,bg,win,drow,isDraw){ 

	// flashWrite (ÆÄÀÏ°æ·Î,°¡·Î,¼¼·Î,º¯¼ö,¹è°æ»ö,À©µµ¿ì¸ðµå)
	var id = url.split("/")[url.split("/").length-1].split(".")[0]; //id´Â ÆÄÀÏ¸íÀ¸·Î ¼³Á¤

	//alert(id);

	if (vars == null) 		vars = '';
	if (bg == null) 		bg = '#FFFFFF';
	if (win == null) 		win = 'transparent';
	if (drow == null || drow != 'true' ) 		drow = 'yes';
	else										drow = 'no';
	var flashStr= "	<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'";
		flashStr+="		codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0'";
		flashStr+="		width='" + w + "'";
		flashStr+="		height='" + h + "'";
		flashStr+="		id='" + id + "'";
		flashStr+="		align='middle'>";

		flashStr+="		<param name='SeamlessTabbing' value='false' />";
		flashStr+="		<param name='allowScriptAccess' value='always' />";
		flashStr+="		<param name='movie' value='" + url + "' />";
		flashStr+="		<param name='FlashVars' value='" + vars + "' />";
		flashStr+="		<param name='wmode' value='" + win + "' />";
		flashStr+="		<param name='menu' value='false' />";
		flashStr+="		<param name='quality' value='high' />";
		flashStr+="		<param name='bgcolor' value='" + bg + "' />";
		flashStr+="		<param name='drow' value='" + drow + "' />";
	
		flashStr+="		<embed src='" + url + "'";
		flashStr+="		flashVars='" + vars + "'";
		flashStr+="		wmode='" + win + "'";
		flashStr+="		menu='false'";
		flashStr+="		quality='high'";
		flashStr+="		bgcolor='" + bg + "'";
		flashStr+="		width='" + w + "'";
		flashStr+="		height='" + h + "'";
		flashStr+="		name='" + id + "'";
		flashStr+="		align='middle'";
		flashStr+="		allowScriptAccess='always'";
		flashStr+="		showLiveConnect='true'";
		flashStr+="		type='application/x-shockwave-flash'";
		flashStr+="		pluginspage='http://www.macromedia.com/go/getflashplayer'>";
		flashStr+=" </object>";

    if (isDraw != null && isDraw == false) {
    	return flashStr;
    }
	document.write(flashStr);

	//FlashÀÇ ExternalInterface°¡ Form Tag³»¿¡¼­ ¿À·ù³ª´Â ¹ö±×¸¦ ÇØ°áÇÏ´Â ÄÚµå 
	// eval("window." + id + " = document.getElementById('" + id + "');");
	return flashStr;
}

function flashWrite2 (url,w,h,vars,bg,win){ 

	// flashWrite (ÆÄÀÏ°æ·Î,°¡·Î,¼¼·Î,º¯¼ö,¹è°æ»ö,À©µµ¿ì¸ðµå)
	var id = url.split("/")[url.split("/").length-1].split(".")[0]; //id´Â ÆÄÀÏ¸íÀ¸·Î ¼³Á¤
	if(vars == null) vars = '';
	if(bg == null) bg = '#FFFFFF';
	if(win == null) win = 'transparent';

	var flashStr= "	<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'";
		flashStr+="		codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0'";
		flashStr+="		width='" + w + "'";
		flashStr+="		height='" + h + "'";
		flashStr+="		id='" + id + "'";
		flashStr+="		align='middle'>";

		flashStr+="		<param name='allowScriptAccess' value='always' />";
		flashStr+="		<param name='movie' value='" + url + "' />";
		flashStr+="		<param name='FlashVars' value='" + vars + "' />";
		flashStr+="		<param name='wmode' value='" + win + "' />";
		flashStr+="		<param name='menu' value='false' />";
		flashStr+="		<param name='quality' value='high' />";
		flashStr+="		<param name='bgcolor' value='" + bg + "' />";
		flashStr+="		<param name='wmode' value='opaque' />";
	
		flashStr+="		<embed src='" + url + "'";
		flashStr+="		flashVars='" + vars + "'";
		flashStr+="		wmode='" + win + "'";
		flashStr+="		menu='false'";
		flashStr+="		quality='high'";
		flashStr+="		bgcolor='" + bg + "'";
		flashStr+="		width='" + w + "'";
		flashStr+="		height='" + h + "'";
		flashStr+="		name='" + id + "'";
		flashStr+="		align='middle'";
		flashStr+="		allowScriptAccess='always'";
		flashStr+="		type='application/x-shockwave-flash'";
		flashStr+="		pluginspage='http://www.macromedia.com/go/getflashplayer'>";
		flashStr+=" </object>";

	document.write(flashStr);

	//FlashÀÇ ExternalInterface°¡ Form Tag³»¿¡¼­ ¿À·ù³ª´Â ¹ö±×¸¦ ÇØ°áÇÏ´Â ÄÚµå 
	// eval("window." + id + " = document.getElementById('" + id + "');");
}

// WTS Flash ¿ë
function flashWTS (url, name, w, h, menuid, vars){ 
	var str = 
	"<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' " +
	" 	codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0'  " +
	"	width='"+w+"' height='"+h+"' id='"+name+"'> " +
	"	<param name='allowScriptAccess' value='always'> " +
	"	<param name='movie' value='"+url+"'> " +
	"	<param name='allowFullScreen' value='false' /> " +
	"	<param name='quality'   value='high'> " +
	"	<param name='align'   	value='RT'> " +
	"	<param name='bgcolor'   value='#ffffff'> " +
	"	<param name='menuid'    value='"+menuid+"'> " +
	"	<param name='FlashVars' value='"+vars+"'> " +
	"	<embed src='"+url+"' quality='high' bgcolor='#ffffff' width='100%' height='70'  " +
	"		name='"+name+"' scale='noscale' allowScriptAccess='always' swLiveConnect=true " +
	"		allowFullScreen='false' align='RT' type='application/x-shockwave-flash'  " +
	"		pluginspage='http://www.macromedia.com/go/getflashplayer'> " +
	"</object> "; 
	
	document.write ( str );

	// 2008.06.23 È£°æ·æ Ãß°¡
/*	
	var keyLoadStr = "<OBJECT classid='clsid:D6FCA8ED-4715-43DE-9BD2-2789778A5B09' width=0 height=0 id='NPKXSite'" + 
	" codebase='http://update.nprotect.net/keycrypt/myasset/real/npkcx_inca2.cab#version=2008,2,15,1'>" + 
	" <PARAM NAME='HookType' Value=3>" +
	" <PARAM NAME='ShowTray' Value=1>" +
	" <PARAM NAME='TrayMsg' Value='nProtect KeyCrypt'>" +
	" <PARAM NAME='LogoType' Value='2'>" +
	" <PARAM NAME='LogoURL' Value='dongyang_key.bmp'>" +
	" <PARAM NAME='SVCVersion' Value='2007,10,16,01'>" +
	" <PARAM NAME='RunHead' Value=1>" +
	" </OBJECT>";
*/	

	var keyLoadStr = "<OBJECT classid='clsid:D6FCA8ED-4715-43DE-9BD2-2789778A5B09' width=0 height=0 id='NPKXSite'" +
	" codebase='http://update.nprotect.net/keycrypt/myasset/real/npkcx_inca6.cab#version=2008,7,16,1'>" +
	" <PARAM NAME='HookType' Value=3>" +
	" <PARAM NAME='ShowTray' Value=1>" +
	" <PARAM NAME='TrayMsg' Value='nProtect KeyCrypt'>" +
	" <PARAM NAME='LogoType' Value='2'>" +
	" <PARAM NAME='LogoURL' Value='dongyang_key.bmp'>" +
	" <PARAM NAME='SVCVersion' Value='2008,04,23,02'>" +
	" </OBJECT>";

	try	{

		if ( top.homeSecu.pcip.substring(0,6) == "160.61" || top.homeSecu.pcip.substring(0,6) == "160.62" )  {

			document.write ( keyLoadStr );
			setTimeout ( "onLoadKeyBoard()" , 500 );	

		} else {

		}
	
	} catch ( e ) {

	}
	
}

function onLoadKeyBoard () {

	if (document.NPKXSite.object != null ) {
	  document.NPKXSite.RegisterFlash("MacromediaFlashPlayerActiveX", "");
	}

}

/* resizeFlash 
******************************************************************************************************  */
function resizeFlash(he,wi) {
    //alert("resizeFlash");

	he1 = he;
	wi1 = wi;
	he_temp1 = he+90;
	he_side = he_temp1+"px";
	he_sideL = he+"px"; //FF2¿¡¼­´Â ³ôÀÌ, ³Êºñ µî¿¡ px°¡ ºüÁö¸é ÀÎ½Ä ¾ÈÇÔ
	if(document.getElementById("sidebar") != null ) document.getElementById("sidebar").style.height = he_sideL;
	document.indexLeft.height = he;
	document.indexLeft.width = wi;
	
}

function width_control (w, h) {
    //alert("width_control");
    //alert(w + " : " + h);

	try {
		//alert(document.getElementById("sidebar").style.zIndex);
		//changeMenuWidth (w);
	} catch (e) {}	
	try {
		document.left_menu.style.width = w+'px';
	} catch (e) {}	
	try {
		document.left_menu_en.style.width = w+'px';
	} catch (e) {}	
    
    
    //document.floating.style.height = h+'px';
    
    //document.left_menu_test.style.width = w+'px';
    //document.floating_test.style.height = h+'px';
    
}

/*function mymenuOpenJsCall(gu){ // myMenu È£Ãâ
	switch(gu){
		case "0" :
			// alert("open");
			document.quickMenuMy.style.height = 161 + "px";
		break;
		case "1" :
			// alert("close");
			document.quickMenuMy.style.height = 30 + "px";
		break;
	}
}*/


function flotingOpenJsCall(bo){
	var top = document.getElementById("quickMenuF").style.top;
	top = parseInt(top.substring(0, top.indexOf("px")));
	if(bo != "1"){
		document.getElementById("quickMenuFloating").style.height = 203 + 'px';
		document.getElementById("quickMenuF").style.top = top - 0 + 'px';
	}else{
		document.getElementById("quickMenuFloating").style.height = 30 + 'px';
		document.getElementById("quickMenuF").style.top = top + 0 + 'px';
	}
}

function mymenuOpenJsCall(gu){
	var top = document.getElementById("quickMenuMy").style.top;
	top = parseInt(top.substring(0, top.indexOf("px")));
	if(gu != "1"){
		document.getElementById("quickMenuMy").style.height = 161 + 'px';
		document.getElementById("quickMenuF").style.top = top - 0 + 'px';
	}else{
		document.getElementById("quickMenuMy").style.height = 30 + 'px';
	 	document.getElementById("quickMenuF").style.top = top + 0 + 'px';
	}
}
	
function height_control (h) {
    // document.navigators.style.height = h;
}

function width_control2 (w) {
    document.mine.style.width = w;
    if(document.getElementById("quickMenuR") != null ) document.getElementById("quickMenuR").style.width = w + "px";
}

function subStorySearch(){
    //alert("subStorySearch");
}
function closeStorySearch(){
	var display = document.getElementById("div_story").style.display;
        
    if (display != "none") {
        document.getElementById("div_story").style.display = "none";
        document.getElementById("div_story").style.zIndex = 0;
    }
}
//ÇÃ·¡½Ã ¿ÀÇÂ È£Ãâ½Ã
function storysearchOpen(){
    var display = document.getElementById("div_story").style.display;
        
    if (display == "none") {
        document.getElementById("div_story").style.display = "";
        document.getElementById("div_story").style.zIndex = 1000;
        //alert(document.StorySearch.openStorySearch);
        if (typeof(document.StorySearch.openStorySearch) == 'undefined') {
        	window.setTimeout("storysearchOpen", 300);
        	return;
        }
        document.StorySearch.openStorySearch();
    }
}





//#########################################################################################################
// gotoPage
//#########################################################################################################

function gotoPage(page){

	
	if (eval(page) == ""){
		if (page=="radio_mc1"){
			window.open("http://218.232.104.13/radio.asp?w=720&i=dongyang", "", "width=720, height=670, scrollbars=no, toolbar=no, location=no, resizable=no, status=no, menubar=no, resizable=no");
			self.close();
			}
		else if (page=="fav01"){
				window.open("/myasset/customer/channel/trading/ibot/ibot_Main.jsp", "", "width=900,height=750, scrollbars=yes, toolbar=no, location=no, resizable=no, status=no, menubar=no, resizable=no");
					}		
		else if (page=="fav04"){
				window.open('http://www.myasset.com/bus/');
				}
		else if (page=="quick04"){
				window.open("/myasset/common/mywm/as_QuickBalanceView_main.jsp", "", "width=775,height=605, scrollbars=no");				}

		else if (page=="expiration1"){
				window.open('/myasset/financemall/item/ma_BestplusBuyRe_pop00.jsp','','width=520,height=620, scrollbars=no,toolbar=no,status=no,resizable=yes,copyhistory=no');
				}
		else if (page=="fav05"){
				window.open('http://club.myasset.com/');
				}
		else if (page=="fav06"){
				window.open("/myasset/customer/channel/mobile/index.htm", "", "width=920,height=700, scrollbars=yes, toolbar=no, location=no, resizable=no, status=no, menubar=no, resizable=no");
				}
		else if (page=="buying1"){
				actionOpenPop('/myasset/financemall/fund/ma_FundBuy_wrk_NotCode.jsp');
	
				}
		else if (page=="avata01" || page=="avata02" || page=="avata03" || page=="avata04" || page=="avata05"){
			window.open('/myasset/customer/beginner/cu_MovieGuide_pop.jsp?idx=' + page, 'MovieGuide', 'width=706,height=451, scrollbars=no, toolbar=no, location=no, resizable=no, status=no, menubar=no, resizable=no');
				}
		else if (page=="customer1" || page=="customer2" || page=="customer3" || page=="customer4" || page=="customer5"){
			window.open('/myasset/customer/beginner/cu_MovieGuide_pop.jsp?idx=' + page, 'MovieGuide', 'width=706,height=451, scrollbars=no, toolbar=no, location=no, resizable=no, status=no, menubar=no, resizable=no');
				}
		else if (page=="transfer2"){
				window.open('/myasset/mywm/myaccount/as_AccountView_pop01.jsp','','width=683,height=535, scrollbars=yes,toolbar=no,status=no,resizable=yes,copyhistory=no');
				}
		else if (page=="transfer3"){
				window.open('/myasset/mywm/myaccount/as_AccountView_pop00.jsp','','width=683,height=445, scrollbars=yes,toolbar=no,status=no,resizable=yes,copyhistory=no');
				}
		else if (page=="top03"){
				window.open('http://penstar.e-rkc.co.kr/index_start_s024.html');
				}
		else if (page=="pamily_ko1"){ 
			window.open('http://www.tongyang.co.kr/'); 
			}
		else if (page=="tag_link"){ 
			window.open('http://www.windyclub.co.kr/'); 
			}
		else if (page=="pamily_ko2"){ window.open('http://www.myangel.co.kr/'); }
		else if (page=="pamily_ko3"){ window.open('http://www.tongyangfund.com/'); }
		else if (page=="pamily_ko4"){ window.open('http://www.tyfs.co.kr/'); }
		else if (page=="pamily_ko5"){ window.open('http://www.tycapital.co.kr/'); }
		else if (page=="pamily_ko6"){ window.open('http://www.tyvc.co.kr/'); }
		else if (page=="pamily_ko7"){ window.open('http://www.tyfutures.co.kr/'); }
		else if (page=="pamily_ko8"){ window.open('http://www.tycon.co.kr/'); }
		else if (page=="pamily_ko9"){ window.open('http://www.tycon.co.kr/'); }
		else if (page=="pamily_ko10"){ window.open('http://www.tycement.co.kr/'); }
		else if (page=="pamily_ko11"){ window.open('http://www.magic.co.kr/'); }
		else if (page=="pamily_ko12"){ window.open('http://www.tysystems.com/'); }
		else if (page=="pamily_ko13"){ window.open('http://www.tyonline.co.kr/'); }
		else if (page=="pamily_ko14"){ window.open('http://www.pinecreek.co.kr/'); }
		else if (page=="pamily_ko15"){ window.open('http://www.tycc.co.kr/'); }
		else if (page=="pamily_ko16"){ window.open('http://www.seonam.org/'); }

		else if (page=="txt1"){
				window.open('http://www.cmano1.com/','','width=1024,height=768, scrollbars=no,toolbar=no,status=no,resizable=yes,copyhistory=no');
				}
		else if (page=="main_guide2"){
				window.open('http://www.myasset.com/img/flash/MyAssetGuide_pop.html','','width=724,height=499, scrollbars=no,toolbar=no,status=no,resizable=yes,copyhistory=no');
				}

		else if (page=="main_hit1"){
				window.open('http://www.cmano1.com/','','width=1024,height=768, scrollbars=no,toolbar=no,status=no,resizable=yes,copyhistory=no');
				}
		else if (page=="m_step3"){
				window.open('/myasset/mywm/myplanner/as_Diary_lst00.jsp','','width=980,height=720, scrollbars=no,toolbar=no,status=no,resizable=yes,copyhistory=no');
			}
		else if (page=="customer_mc1"){
				window.open('/img/flash/MyAssetGuide_pop.html','MyAssetGuide_pop','width=724,height=499, scrollbars=no,toolbar=no,status=no,resizable=yes,copyhistory=no');
				}	

		//1022 G20¸ÞÀÎÆË¾÷
		//else if (page=="ir_main7"){
		//		window.open('http://www.imseoul.or.kr','');
		//}
		//1022

		//else if (page=="mobileLink5"){
		//		window.open('http://www.myasset.com/myasset/logindex.jsp?direct=/myasset/event/2008_mobilecma/index.htm');
		//		}
		else if (page=="mobileLink5"){
		    alert("ÀÌº¥Æ®°¡ Á¾·áµÇ¾ú½À´Ï´Ù.");
		}
		else{
		    alert("ÁØºñÁßÀÔ´Ï´Ù.");
		}
	}else{
		if (eval(page) == ""){
			parent.location.href = eval(page);
		}else{
			location.href = eval(page);
			//alert(eval(page));
		}
	}
}

//#########################################################################################################
// ÀüÃ¼¸ÞÀÎ
//######################################################################################################### 
//ÀÚÁÖÃ£´Â ¸Þ´º
fav01 = "" // speed¹ðÅ·
fav02 = "/myasset/community/co_AffShopping.jsp" // Á¦ÈÞ ¼îÇÎ¸ô
fav03 = "/myasset/community/co_AffEducation00.jsp" // ÀÚ³à½ºÄð
fav04 = "" // Áõ±Çµ¿¾Æ¸®BUS
fav05 = "" // ÆÅ½ºÅ¬·´
fav06 = "" // ¸ð¹ÙÀÏ Æ®·¹ÀÌµù

//¹Ù·Î°¡±â
quick01 = "/myasset/customer/beginner/cu_Branch.jsp" // ÁöÁ¡¾È³»
quick02 = "/myasset/customer/beginner/cu_AccountOpen.htm" // °èÁÂ°³¼³¾È³»
quick03 = "/myasset/banking/ewindow/ba_InternetAccount_ins10.jsp" // ÀÎÅÍ³Ý°èÁÂ°³¼³¾È³»
//quick04 = "/myasset/mywm/myaccount/as_BalanceView_ctrl.jsp" // °èÁÂÁ¶È¸/µî·Ï
quick04 = "" // ºü¸¥°èÁÂÁ¶È¸
quick05 = "/myasset/customer/channel/cu_Download.htm" // ÇÁ·Î±×·¥´Ù¿î·Îµå
quick06 = "/myasset/customer/info/cu_TradeCommission.htm" // ¼ö¼ö·á¾È³»


main_guide1 = "/myasset/customer/beginner/cu_MovieGuide.htm"
main_guide2 = ""
//txt1 = "/myasset/event/2008_mobilecma/index.htm" // ¹«·áÈÞ´ëÆù
txt1 = "/myasset/customer/channel/trading/cu_online01.jsp" // ¹«·áÈÞ´ëÆù
txt2 = "/myasset/pension/pe_Main.jsp" // ¸¶ÀÌ¿¡¼Â ÅðÁ÷¿¬±Ý
txt3 = "/myasset/financemall/els/ma_Els_lst.jsp" // ELS/DLS
txt4 = "/myasset/financemall/cma/ma_Cma.htm" // CMAÅëÀå
txt5 = "/myasset/customer/beginner/cu_MovieGuide.htm" // µ¿¿µ»ó°¡ÀÌµå 
txt6 = "/myasset/financemall/theme/ma_Rank_lst.jsp" // ·©Å·»óÇ°°ü  

main_event1 = "/myasset/event/no1down/index.htm" // event banner1
main_event2 = "/myasset/community/co_PeachSlip.htm" // event banner2
main_event3 = "/myasset/event/2008_pdaevent/index.htm" // event banner3
main_event4 = "/myasset/event/2008_ibot/index.htm" // event banner4
more_link = "/myasset/customer/event/cu_CurrentEvent.jsp" // more

//management
m_step1 = "/myasset/mywm/myaccount/as_AccountView_lst00.jsp" //     = > m_step1
m_step2 = "/myasset/mywm/myplanner/as_FinancialPlan_idx00.jsp?subtab_id=1" //     = > m_step2
m_step3 = "" //     = > m_step3
m_step4 = "/myasset/financemall/clinic/ma_AF_lst.htm" //     = > m_step4

//hit product 
main_hit1 = "" // W-cma
main_hit2 = "/myasset/financemall/fund/ma_Fund_viw_main_ctrl.jsp?itemCode=707KF2070401" // µ¿¾ç¹ë·ù½ºÅ¸ÁÖ½Ä1È£
main_hit3 = "/myasset/event/no1down/index.htm" // µ¿¾ç¹ë·ù½ºÅ¸ÁÖ½Ä1È£
//main_hit3 = "/myasset/financemall/fund/ma_Fund_viw_main.jsp?sgb=2&itemCode=722KF2080103" // »ï¼ºÀÌ¸ÓÂ¡

tag_link ="" //À©µðÅ¬·´


//#########################################################################################################
// ¸ñÀûÀÚ±Ý¼³°è
//######################################################################################################### 

donglink01  = "/myasset/mywm/myplanner/as_RetirePlanData_idx00.jsp" // ÀºÅð¼³°è 
donglink02  = "/myasset/mywm/myplanner/as_EducationPlanData_idx00.jsp" // ±³À°¼³°è 
donglink03  = "/myasset/mywm/myplanner/as_FinancialData_inx00.jsp?subtab_id=1" // Àç¹«»óÅÂÁø´Ü 
donglink04  = "/myasset/mywm/myplanner/as_MarriagePlanData_idx00.jsp" // °áÈ¥¼³°è 
donglink05  = "/myasset/mywm/myplanner/as_HousingPlanData_idx00.jsp" // ÁÖÅÃ¸¶·Ã¼³°è 

//#########################################################################################################
// ¸¶ÀÌTV ¸¶ÀÌÅ©·Î»çÀÌÆ®
//######################################################################################################### 

MyTVhome = "/myasset/customer/channel/mytv/index.htm" // home
MyTV01   = "/myasset/customer/channel/mytv/ready.html" // ÄÉÀÌºíÆ¼ºñ
MyTV0101 = "/myasset/customer/channel/mytv/ready.html" // ¼Ò°³ ¹× Æ¯Â¡
MyTV0102 = "/myasset/customer/channel/mytv/ready.html" // °¡ÀÔ¾È³»
MyTV0103 = "/myasset/customer/channel/mytv/ready.html" // ÀÌ¿ë¾È³»
MyTV0104 = "/myasset/customer/channel/mytv/ready.html" // ÀÚÁÖ ¹¯´Â Áú¹®

MyTV02   = "/myasset/customer/channel/mytv/ip_01.html" // ¾ÆÀÌÇÇÆ¼ºñ
MyTV0201 = "/myasset/customer/channel/mytv/ip_01.html" // ¼Ò°³ ¹× Æ¯Â¡
MyTV0202 = "/myasset/customer/channel/mytv/ip_02.html" // °¡ÀÔ¾È³»
MyTV0203 = "/myasset/customer/channel/mytv/ip_03.html" // ÀÌ¿ë¾È³»
MyTV0204 = "/myasset/customer/channel/mytv/ip_04.html" // ÀÚÁÖ ¹¯´Â Áú¹®


//#########################################################################################################
// ¸ð¹ÙÀÏ ¸¶ÀÌÅ©·Î»çÀÌÆ®
//######################################################################################################### 

//»ó´Ü³×ºñ (ÁÂÃøºÎÅÍ) 
mobileLink1 = "/myasset/customer/channel/mobile/Kstock/cu_MstockService10.html"  //ÈÞ´ëÆù Áõ±Ç 
mobileLink2 = "/myasset/customer/channel/mobile/cma/cu_CmaService.html"  //ÈÞ´ëÆù CMA
mobileLink3 = "/myasset/customer/channel/mobile/pda/cu_PdaService10.html"  //WIBRO
mobileLink4 = "/myasset/customer/channel/mobile/wibro/cu_WibroService.html"  //PDA
mobileLink5 = ""  //»õÃ¢

//go¹öÆ°
mobileLink1 = "/myasset/customer/channel/mobile/Kstock/cu_MstockService10.html"  //ÈÞ´ëÆù Áõ±Ç 
mobileLink2 = "/myasset/customer/channel/mobile/cma/cu_CmaService.html"   //ÈÞ´ëÆù CMA
mobileLink3 = "/myasset/customer/channel/mobile/pda/cu_PdaService10.html"   //WIBRO
mobileLink4 = "/myasset/customer/channel/mobile/wibro/cu_WibroService.html"   //PDA
mobileLink5 = ""   //ÀÌº¥Æ® (»õÃ¢)


//¿ìÃø¹öÆ°
//skÅÚ·¹ÄÞ 
skLink1 = "/myasset/customer/channel/mobile/cma/cu_CmaService.html" 
skLink2 = "/myasset/customer/channel/mobile/Kstock/cu_MstockService10.html" 
skLink3 = "/myasset/customer/channel/mobile/Kstock/cu_MstockService10.html" 
skLink4 = "/myasset/customer/channel/mobile/Kstock/cu_OnechipBankService.html" 
skLink5 = "/myasset/customer/channel/mobile/Kstock/cu_OnechipSamsungService.html" 
skLink6 = "/myasset/customer/channel/mobile/Kstock/cu_MobosService.html" 
skLink7 = "/myasset/customer/channel/mobile/pda/cu_PdaService10.html"  

//ktf 
ktfLink1 = "/myasset/customer/channel/mobile/cma/cu_CmaService.html" 
ktfLink2 = "/myasset/customer/channel/mobile/Kstock/cu_KstockService10.html" 
ktfLink3 = "/myasset/customer/channel/mobile/Kstock/cu_KstockService10.html" 
ktfLink4 = "/myasset/customer/channel/mobile/Kstock/cu_OnechipBankService.html" 
ktfLink5 = "/myasset/customer/channel/mobile/Kstock/cu_MobosService.html" 
ktfLink6 = "/myasset/customer/channel/mobile/Kstock/cu_PopupService.html" 
ktfLink7 = "/myasset/customer/channel/mobile/pda/cu_PdaService10.html" 

//lgÅÚ·¹ÄÞ
lgLink1 = "/myasset/customer/channel/mobile/Kstock/cu_MstockService10.html" 
lgLink2 = "/myasset/customer/channel/mobile/Kstock/cu_OnechipBankService.html" 


//kt
ktLink1 = "/myasset/customer/channel/mobile/wibro/cu_WibroService.html" 


//#########################################################################################################
// avata(µ¿¿µ»ó¼­ºñ½º°¡ÀÌµå)
//######################################################################################################### 

avata01 = "" // IDµî·Ï ¹× °øÀÎÀÎÁõ¼­ ¹ß±Þ
avata02 = "" // ÀÎÅÍ³Ý¹ðÅ·ÀÇ ¸ðµç°Í
avata03 = "" // CMA °èÁÂ°³¼³ ¹× È°¿ëÇÏ±â
avata04 = "" // Àû¸³½ÄÆÝµå °¡ÀÔºÎÅÍÇØÁö±îÁö
avata05 = "" // ±ÝÀ¶»óÇ° ¸Å¸ÅÇÏ±â

//#########################################################################################################
// ÀÌÃ¼
//######################################################################################################### 

transfer1 = "/myasset/financemall/cma/ma_Cma.htm"; // ÀÚ»ê°ü¸® Star! µ¿¾ç CMA
transfer2 = "" // º°¸í°ü¸®
transfer3 = "" // °èÁÂ¼ø¼­ÁöÁ¤

//#########################################################################################################
// ´ëÃâ
//######################################################################################################### 
loan01 = "/myasset/banking/loan/ba_MyQuickLoan.jsp" // ¸¶ÀÌÄü·Ð-¹Ù·Î°¡±â
//loan02 = "/myasset/banking/loan/ba_CreditOrder.jsp" // ½Å¿ë¸Å¸Å-¹Ù·Î°¡±â
loan02 = "/myasset/stock/trading/WebTrading.jsp?menuid=P_SORD_020&tabid=SORD_020_01&typenm=trade&typecd=" // ½Å¿ë¸Å¸Å-¹Ù·Î°¡±â
loan03 = "/myasset/banking/loan/ba_StocksReg00_1.jsp" // ÁÖ½Ä´ãº¸´ëÃâ-¹Ù·Î°¡±â
loan04 = "/myasset/banking/loan/ba_StocksBuyReg00_1.jsp" // ÁÖ½Ä¸ÅÀÔÀÚ±Ý´ëÃâ-¹Ù·Î°¡±â
loan05 = "/myasset/banking/loan/ba_StocksSellReg00_1.jsp" // ÁÖ½Ä¸ÅµµÀÚ±Ý´ëÃâ-¹Ù·Î°¡±â
loan06 = "/myasset/banking/loan/ba_FinanReg00_1.jsp?subgubun=1" // ±ÝÀ¶»óÇ°´ãº¸´ëÃâ-¹Ù·Î°¡±â

//#########################################################################################################
// ¸®¼­Ã³
//######################################################################################################### 

radio_mc1 = "" //ÇÃ·¹ÀÌ¹öÆ°
research1 = "/myasset/investinfo/Ii_Board_lst.jsp?CD007=RB06" //µ¿¾çÀÇ¾ÆÄ§
research2 = "/myasset/investinfo/Ii_Board_lst.jsp?CD007=RE03" //¸ð´×¿ÍÄ¡
research3 = "/myasset/investinfo/Ii_Board_lst.jsp?CD007=RB04&CD008=RB04A" //ÁÖ½Ä
research4 = "/myasset/investinfo/Ii_Board_lst.jsp?CD007=RB04&CD008=RB04A" //¼±¹°/¿É¼Ç

//#########################################################################################################
// °í°´¼¾ÅÍ
//######################################################################################################### 

customer_mc1 = "" // ÀÌ¿ë°¡ÀÌµå
customer_mc2 = "/myasset/customer/beginner/cu_BeginnerGuide.htm" // ¸¶ÀÌ¿¡¼Â Ã¹°ÉÀ½ 
customer_mc3 = "/myasset/customer/beginner/cu_AccountOpen.htm" // °èÁÂ°³¼³ ¾È³»
customer_mc4 = "/myasset/customer/beginner/cu_IdRegist.htm" // IDµî·Ï ¾È³»
customer_mc5 = "/myasset/customer/beginner/cu_Certification.htm" // °øÀÎÀÎÁõ¼­ ¾È³»

customer1 = "" // ÀÎÅÍ³Ý¹ðÅ·
customer2 = "" // ±ÝÀ¶»óÇ° ±¸¸Å/¸Åµµ/¿¹¾à
customer3 = "" // Àû¸³½ÄÆÝµå °¡ÀÔ/ÇØÁö/Æó¼â
customer4 = "" // CMA°èÁÂ°³¼³/È°¿ë
customer5 = "" // °øÀÎÀÎÁõ¼­ ¹ß±Þ¹æ¹ý

//#########################################################################################################
// ±ÝÀ¶»óÇ°¸ô
//######################################################################################################### 

finance01 = "/myasset/financemall/theme/ma_ExhibitionTaxFree.jsp" // ºñ°ú¼¼
finance02 = "/myasset/financemall/theme/ma_ExhibitionCare.jsp" // ¿¹±ÝÀÚº¸È£
finance03 = "/myasset/financemall/theme/ma_ExhibitionFeeFree.jsp" // ÀÌÃ¼¼ö¼ö·á¸éÁ¦
finance04 = "/myasset/financemall/theme/ma_ExhibitionTax.jsp" // Á¾ÇÕ°ú¼¼´ëºñ

//#########################################################################################################
// ±ÝÀ¶»óÇ°¹Ú¶÷È¸
//######################################################################################################### 

FC1 = "/myasset/financemall/theme/ma_Exhibition_idx.jsp" // ±ÝÀ¶»óÇ°¹Ú¶÷È¸
FC2 = "/myasset/financemall/theme/ma_ExhibitionFeeFree.jsp" // ÀÌÃ¼¼ö¼ö·á¸éÁ¦
FC3 = "/myasset/financemall/theme/ma_ExhibitionCare.jsp" // ¿¹±ÝÀÚº¸È£»óÇ°ÄÚ³Ê
FC4 = "/myasset/financemall/theme/ma_ExhibitionTax.jsp" // Á¾ÇÕ°ú¼¼´ëºñ
FC5 = "/myasset/financemall/theme/ma_ExhibitionTaxFree.jsp" // ºñ°ú¼¼ÇØ¿ÜÆÝµå

Exhibition_1  = "/myasset/financemall/cma/ma_Cma.htm" // º¸À¯°èÁÂÃÖ´ÙCMA ÀÚ»ê°ü¸®ÅëÀå
Exhibition_21 = "/myasset/financemall/fund/ma_Fund_lst.jsp" // 2007¸Ó´ÏÅõµ¥ÀÌ - ±¹³»ÆÝµå»óÇ°
Exhibition_22 = "/myasset/financemall/fund/ma_OverseaFundList_lst10.jsp" // 2007¸Ó´ÏÅõµ¥ÀÌ - ÇØ¿ÜÆÝµå»óÇ°
Exhibition_31 = "/myasset/financemall/item/ma_BondNationPub_lst.jsp" // »ó¹Ý±â ±¹°íÃ¤  - ±¹°íÃ¤»óÇ°
Exhibition_32 = "/myasset/financemall/item/ma_BondCompany_lst.jsp" // »ó¹Ý±â ±¹°íÃ¤  - È¸»çÃ¤»óÇ°


//#########################################################################################################
// ¸Å¼ö
//######################################################################################################### 

buying1 = "" // ÆÝµå(±¸¸ÅÇÏ±â)
buying2 = "/myasset/financemall/fund/ma_Fund_lst.jsp" // MMF(±¸¸ÅÇÏ±â)
buying3 = "/myasset/financemall/item/ma_Rp_lst.jsp" // RP(±¸¸ÅÇÏ±â)
buying4 = "/myasset/financemall/item/ma_Issue_main.jsp?mode=02" // ¹ßÇà¾îÀ½(±¸¸ÅÇÏ±â)
buying5 = "/myasset/financemall/item/ma_BestplusInfo_main.jsp" // º£½ºÆ®ÇÃ·¯½º(±¸¸ÅÇÏ±â)
expiration1 = "" // º£½ºÆ®ÇÃ·¯½º (¸¸±âÈÄÀç°¡ÀÔ)
buying6 = "/myasset/financemall/cma/ma_CmaIssue_main.jsp" // CMA¹ßÇà¾îÀ½(±¸¸ÅÇÏ±â)
buying7 = "/myasset/financemall/item/ma_CmaReserve_viw.jsp" // ¾Ë¶ãÇÁ¸®¹Ì¾ö(±¸¸ÅÇÏ±â)
buying8 = "/myasset/financemall/item/ma_BondShortTerm_lst.jsp" // Ã¤±Ç(±¸¸ÅÇÏ±â)
buying9 = "/myasset/financemall/item/ma_InsideBuy_idx.jsp?mode=02" // Àå³»Ã¤±Ç(±¸¸ÅÇÏ±â)


//#########################################################################################################
// ÅðÁ÷¿¬±Ý
//######################################################################################################### 

retirement_navi1 = "/myasset/main.jsp" // ·Î°í
retirement_navi2 = "/myasset/main.jsp" // MYASSET 
retirement_navi3 = "mailto:pension@myasset.com" // CONTACT US
retirement_navi4 = "/myasset/pension/introduction/pe_Whytyib.htm" // Whyµ¿¾çÁ¾ÇÕ±ÝÀ¶
retirement_navi5 = "/myasset/pension/systems/pe_Retirementdefine.htm" // ÅðÁ÷¿¬±ÝÁ¦µµ
retirement_navi6 = "/myasset/pension/introduction/pe_Process.htm" // µµÀÔ¾È³»
retirement_navi7 = "/myasset/pension/education/pe_Movies.htm" // °¡ÀÔÀÚ±³À°
//retirement_navi8 = "/myasset/pension/morgue/pe_NewsList.jsp" // ÀÚ·á½Ç
retirement_navi8 = "/myasset/pension/morgue/pe_Noticelist.jsp" // FAQ
retirement_navi9 = "/myasset/pension/notice/pe_Pay00.htm" // °ø½Ã»çÇ×


retirement_main1 = "/myasset/pension/systems/pe_Retirementdefine.htm" // ÅðÁ÷¿¬±ÝÀÌ¶õ?
retirement_main2 = "/myasset/pension/introduction/pe_Process.htm" // µµÀÔÀýÂ÷
retirement_main3 = "/myasset/pension/systems/pe_Proinfor.htm" // ¿î¿ë»óÇ°
retirement_main4 = "/myasset/pension/introduction/pe_Whytyib.htm" // Whyµ¿¾çÁ¾ÇÕ±ÝÀ¶Áõ±Ç

top00 = "/myasset/main.jsp"  // MyAsset
top01 = "/myasset/pension/pe_Main.jsp"  // ÅðÁ÷¿¬±Ý
top02 = "/myasset/pension/introduction/pe_Whytyib.htm"  // whyµ¿¾çÁ¾ÇÕ±ÝÀ¶Áõ±Ç
top03 = ""  // ÅðÁ÷¿¬±Ý·Î±×ÀÎ
top04 = "mailto:pension@myasset.com"  // contact us
top05 = "/myasset/main.jsp"  // myasset.com

menu1 = "/myasset/pension/systems/pe_Retirementdefine.htm"  // ÅðÁ÷¿¬±ÝÁ¦µµ
menu2 = "/myasset/pension/introduction/pe_Process.htm"  // µµÀÔ¾È³»
menu3 = "/myasset/pension/education/pe_Movies.htm"  // °¡ÀÔÀÚ±³À°
menu4 = "/myasset/pension/morgue/pe_Companyinfor.htm"  // ÀÚ·á½Ç
menu5 = "/myasset/pension/notice/pe_Pay00.htm"  // °øÁö»çÇ×

//#########################################################################################################
// ±¹¹®È¸»ç IR
//######################################################################################################### 

ir_navi1 = "/myasset/ir/korea/ko_index.jsp" // ·Î°í
ir_navi2 = "http://www.myasset.com/myasset/mainindex.html" // MYASSET 
//ir_navi3 = "/english/index.jsp" // ENGLISH
ir_navi3 = "/myasset/ir/english/en_Comanyidx.jsp"
ir_navi4 = "/myasset/ir/korea/company/ko_Comanyidx.jsp" // COMPANY
ir_navi5 = "/myasset/ir/korea/ir/ko_Iridx.jsp" // IR
//ir_navi6 = "/myasset/ir/korea/recruits/Ko_Recrultsidx.jsp" // RECRUITS
ir_navi6 = "https://recruit.tongyang.co.kr/" // RECRUITS
ir_navi7 = "/myasset/ir/korea/ir/Ko_Consult.jsp" //IR»ó´ã


ir_main1 = "/myasset/ir/korea/ir/Ko_Summary00.jsp" // Àç¹«Á¤º¸
ir_main2 = "/myasset/ir/korea/ir/Ko_Statement.jsp" // ¿µ¾÷½ÇÀû
ir_main3 = "/myasset/ir/korea/ir/Ko_AuualReport00.jsp" // ¿¬Â÷º¸°í¼­
//ir_main4 = "/myasset/ir/korea/recruits/Ko_Noticelist.jsp" // °ø°³Ã¤¿ä
ir_main4 = "https://recruit.tongyang.co.kr/" // °ø°³Ã¤¿ä
//ir_main5 = "/myasset/ir/korea/recruits/Ko_Ordinary00.jsp" // »ó½ÃÃ¤¿ë
ir_main5 = "https://recruit.tongyang.co.kr/" // »ó½ÃÃ¤¿ë
//ir_main6 = "/myasset/ir/korea/recruits/Ko_Faq.jsp" // Áö¿øÀÚµµ¿ì¹Ì
ir_main6 = "https://recruit.tongyang.co.kr/" // Áö¿øÀÚµµ¿ì¹Ì
ir_main7 = "/myasset/ir/korea/company/ko_Vision.jsp" // VISION 2015//
ir_main8 = "/myasset/ir/korea/company/ko_Domestic.jsp" // ¿µ¾÷Á¡¾È³»

//#########################################################################################################
// ÁÖ½Ä¼±¹°¿É¼Ç
//#########################################################################################################

myproperty1 = "" // Ã¢±¸¿¡¼­±â´Ù¸®Áö¸¶¼¼¿ä..speed°èÁÂ°³¼³¿¹¾à
myproperty2 = "" // ÀçÅ×Å©´ÙÀÌ¾î¸®½áº¸±â

myproperty01 = "" // ÀÚ»êÇöÈ²
myproperty02 = "" // °èÁÂÁ¶È¸
myproperty03 = "" // ÆÝµå¸Å¸ÅÁøÇàÇöÈ²
myproperty04 = "" // ºñ¹Ð¹øÈ£°ü¸®

//#########################################################################################################
// ÃÊº¸ÀÚ°¡ÀÌµå
//######################################################################################################### 
B_Guide   = "/myasset/customer/beginner/cu_MyasStartStep100.htm" // ¸ÞÀÎ ÀÚ¼¼È÷ º¸±â 
E_Guide01 = "/myasset/customer/beginner/cu_AccountOpen.htm" // °èÁÂ°³¼³¾È³»
E_Guide02 = "/myasset/customer/beginner/cu_IdRegist.htm" // IDµî·Ï¾È³»
E_Guide03 = "/myasset/customer/beginner/cu_Certification.htm" // °øÀÎÀÎÁõ¼­¾È³»
E_Guide04 = "/myasset/customer/beginner/cu_Branch.jsp" // ÁöÁ¡¾È³»
E_Guide05 = "/myasset/customer/beginner/cu_MovieGuide.htm" // µ¿¿µ»ó¼­ºñ½º°¡ÀÌµå


//#########################################################################################################
// Çàº¹¼¼»ó
//######################################################################################################### 

happiness1 = "/myasset/community/co_AffShopping.jsp" // ¼îÇÎ¸ô
happiness2 = "/myasset/community/co_AffEducation00.jsp" // ±³À°¸ô

//#########################################################################################################
// ÆÐ¹Ð¸® »çÀÌÆ®
//######################################################################################################### 

pamily_ko1 = "" // "http://www.tongyang.co.kr/" //  µ¿¾ç±×·ì
pamily_ko2 = "" // "http://www.myangel.co.kr/" //  µ¿¾ç»ý¸í
pamily_ko3 = "" // "http://www.tongyangfund.com/" //  µ¿¾çÅõÀÚ½ÅÅ¹¿î¿ë
pamily_ko4 = "" // "http://www.tyfs.co.kr/" //  µ¿¾çÆÄÀÌ³½¼È
pamily_ko5 = "" // "http://www.tycapital.co.kr/" //  µ¿¾çÄ³ÇÇÅ»
pamily_ko6 = "" // "http://www.tyvc.co.kr/" //  µ¿¾çÃ¢¾÷ÅõÀÚ
pamily_ko7 = "" // "http://www.tyfutures.co.kr/" //  µ¿¾ç¼±¹°
pamily_ko8 = "" // "http://www.tycon.co.kr/" //  µ¿¾ç¸ÞÀÌÀú
pamily_ko9 = "" // "http://www.tycon.co.kr/" //  µ¿¾ç¸ÞÀÌÀú/°Ç¼³
pamily_ko10 = "" // "http://www.tycement.co.kr/" //  µ¿¾ç½Ã¸àÆ®
pamily_ko11 = "" // "http://www.magic.co.kr/" //  µ¿¾ç¸ÅÁ÷
pamily_ko12 = "" // "http://www.tysystems.com/" //  µ¿¾çSYSTEMS
pamily_ko13 = "" // "http://www.tyonline.co.kr/" //  µ¿¾ç¿Â¶óÀÎ
pamily_ko14 = "" // "http://www.pinecreek.co.kr/" //  µ¿¾ç·¹Àú
pamily_ko15 = "" // "http://www.tycc.co.kr/" //  µ¿¾çÀÎÀç°³¹ß¿ø
pamily_ko16 = "" // "http://www.seonam.org/" //  ¼­³²Àç´Ü

pamily_en1 = "http://www.myasset.com/myasset/mainindex.html" //  MyAsset
pamily_en2 = "http://www.tongyang.co.kr/" //  Tong Yang group
pamily_en3 = "http://www.tycon.co.kr/" //  Tong Yang Major
pamily_en4 = "http://www.tycon.co.kr/" //  Tong Yang Major-Eng
pamily_en5 = "http://www.tycement.co.kr/" //  Tong Yang Cement
pamily_en6 = "http://www.magic.co.kr/" //  Tong Yang Magic
pamily_en7 = "http://www.pinecreek.co.kr/" //  Tong Yang Life Insurance
pamily_en8 = "http://www.tongyangfund.com/" //  Tong Yang Investment Trust Management
pamily_en9 = "http://www.tyfs.co.kr/initech/plugin/site/install.html" //  Tong Yang Financial Services
pamily_en10 = "http://www.tycapital.co.kr/initech/plugin/site/install.html" //  Tong Yang Capital
pamily_en11 = "http://www.tyvc.co.kr/" //  Tong Yang Futures Trading
pamily_en12 = "http://www.tyfutures.co.kr/" //  Tong Yang Centure Capita
pamily_en13 = "http://www.tysystems.com/" //  Tong Yang Systems
pamily_en14 = "http://www.tygem.com/" //  Tong Yang Online
pamily_en15 = "http://www.miclub.com/" //  Midub
pamily_en16 = "http://www.tygem.com/" //  Tygem
pamily_en17 = "http://www.pigwing.com/" //  Pigwing
pamily_en18 = "http://www.pinecreek.co.kr/" //  Tong Yang Leisure
pamily_en19 = "http://www.tycc.co.kr/2004/index.htm" //  Tong Yang Creativity Center
pamily_en20 = "http://www.seonam.org/" //  Seonam Foundation


//#########################################################################################################
// ¾ÆÀÌº¿
//######################################################################################################### 

rootValue = "/myasset/customer/ibot/"
page1 = rootValue+ "ibot_Ibot.html"; // ¾ÆÀÌº¿ÀÌ¶õ?
page2 = rootValue+ "ibot_IbotInstall.html"; // ¾ÆÀÌº»µî·Ï(¼³Ä¡)
page3 = rootValue+ "ibot_GuideStart.html"; // ÀÌ¿ë¾È³»
page4 = rootValue+ "ibot_Speed.html"; // ½ºÇÇµå¹ðÅ·
page5 = rootValue+ "ibot_Announce_lst.html"; // °øÁö»çÇ×
page6 = rootValue+ "ibot_Faq_lst.html"; // FAQ
page7 = rootValue+ "ibot_Qna_lst.html"; // ¹¯°í´äÇÏ±â
page8 = rootValue+ "ibot_Main.html";// ·Î°í

ibox_speed3 = rootValue+ "ibot_Ibot.html"; // ¾ÆÀÌº¿ Speed¹ðÅ· ¹Ù·Î°¡±â¾ÆÀÌÄÜ¸¸µé±â
ibox_speed1 = rootValue+ "ibot_Ibot.html"; // ¾ÆÀÌº¿ Speed¹ðÅ· ½ÇÇàÇÏ±â
ibox_speed2 = rootValue+ "ibot_Ibot.html"; // ¾ÆÀÌº»µî·Ï(¼³Ä¡)
ibox_install1 = rootValue+ "ibot_Ibot.html"; // ¾ÆÀÌº¿ µî·ÏÇÏ±â
ibox_install2 = rootValue+ "ibot_Ibot.html"; // Speed¹ðÅ· ½ÇÇàÇÏ±â
ibox_install3 = rootValue+ "ibot_Ibot.html"; // ÀÎÅÍ³ÝÁ¢¼Ó°­È­ SConnect¼³Ä¡


//#########################################################################################################
// ¸¶ÀÌÀÚ»ê(ÁØÈ¸¿ø)
//######################################################################################################### 

myproperty01 = "/myasset/mywm/myaccount/as_AccountView_lst00.jsp"// ÀÚ»êÇöÈ²
myproperty02 = "/myasset/mywm/myaccount/as_BalanceView_ctrl.jsp"// °èÁÂÁ¶È¸
myproperty03 = "/myasset/mywm/myitem/as_fundBuy_lst00.jsp"//ÆÝµå¸Å¸ÅÁøÇàÇöÈ²
myproperty04 = "/myasset/mywm/myinfo/as_UserPassword_udt00.jsp"// ºñ¹Ð¹øÈ£°ü¸®

myproperty2 = ""// ÀçÅ×Å©´ÙÀÌ¾î¸®½áº¸±â

