
//popup
function popWindowCenter2(pop,width,height,scroll,resize) {
	var url = pop;  
	var wd = width;
	var he = height;
	var top = (window.screen.height-he)/2;
	var left = (window.screen.width-wd)/2;
	window.open(url,"","toolbar=0,menubar=0,status=yes,scrollbars=" + scroll + ",resizable="+resize+",top="+top+",left="+left+",width=" + wd +",height=" + he + ";")
}

// ´ÙÀÌ³ª¹Í Æ®·¹ÀÌµù ÆË¾÷
function dynamic_popup() {
	var url = "/dynamicMain.do";
	var wd = 970;
	var he = 730;
	popWindowCenter2(url,wd,he,'yes','yes');
}

//·¹ÇÁÆ® gnb ÇÏ´Ü 3°³ 
function banner_link(arg){
	var url = "";
	var wd = 460;
	var he = 510;
		
	if(arg == '1'){
		micro();
	}else if(arg == '2'){
		url = "/myModelView.do";
		wd = 958;
		he = 675;
		popWindowCenter2(url,wd,he,'yes','yes');
	}else if(arg == '3'){
		url = "/calculator.do";
		wd = 958;
		he = 730;
		popWindowCenter2(url,wd,he,'yes','yes');
	}else if(arg == '4'){
		micro_trade();
	}
	
	
}

//¸ÞÀÎÈ­¸é ÇÏ´Ü ¸µÅ© 3°³ 
function bottom_link(arg){
	
	if(arg == '1'){
		document.location.href='/app/member/agreement.jsp';
	}else if(arg == '2'){		
		document.location.href='/app/member/privacy.jsp';
	}else if(arg == '3'){
		var url = "http://s119.fss.or.kr/seomin/index.jsp";
		window.open(url,"","toolbar=0,menubar=0,status=yes,scrollbars=yes,resizable=yes,top=0,left=0,width=1024,height=768;");
	} 
}

//¸ÞÀÎÈ­¸é ¿ìÃø ¸µÅ© 2°³ 
function right_link(arg){
	
	if(arg == '1'){
		var url = "/myModelView.do";
		popWindowCenter2(url, 958, 675, 'yes','yes');
		
	}else if(arg == '2'){
		
		var url = "/calculator.do";
		popWindowCenter2(url, 965, 730,'yes','yes');
		
	} 
}

//¸ÞÀÎÈ­¸é ¿ìÃø ¸µÅ© 2°³ 
function micro(){
	//
	var url = "/kodex_etf/kodex_etf.jsp";
	var wd = 960;
	var he = 660;
	var top = (window.screen.height-he)/2;
	var left = (window.screen.width-wd)/2;
	window.open(url,"","toolbar=0,menubar=0,copyhistory=no,status=yes,scrollbars=no,resizable=no,top="+top+",left="+left+",width=" + wd +",height=" + he + ";")
	
}

//left Äü¸Þ´º 4¹øÂ° ¸¶ÀÌÅ©·Î»çÀÌÆ® °Å·¡¹æ¹ý ¶ç¿ì±â 
function micro_trade(){
	//
	var url = "/kodex_etf/kodex_etf.jsp?trade=_trade";
	var wd = 960;
	var he = 660;
	var top = (window.screen.height-he)/2;
	var left = (window.screen.width-wd)/2;
	window.open(url,"","toolbar=0,menubar=0,copyhistory=no,status=yes,scrollbars=no,resizable=no,top="+top+",left="+left+",width=" + wd +",height=" + he + ";")
	
}
