	// ÀÎµ¦½º ¸ÞÀÎ »óÁ¡..ÀÎµ¦½º ·ÎµùÈÄ 0.5ÃÊ ÈÄ¿¡ °¡Á®¿Â´Ù.
	function ftn_getStorePage() {
		$.ajax({
			url: "/FO_indexStore.jsp",
			async: true,
			type: 'GET',
			dataType: 'html',
			success: function(html) {
				$('#idxStore')[0].innerHTML = html;
			}
		});
	} 
	
	//MD ÃßÃµ»óÇ°, HºäÆ¼/¿¥µðÃßÃµ.....·¹ÀÌ¾î ¾×¼Ç..
	function divDisplay(img_root, div_id, max_id, select_id) {
		var node;
		for(var i=1; i<=max_id; i++) {
			if(i == select_id) {
				$("#"+div_id+"_"+i).show();
			} else {
				$("#"+div_id+"_"+i).hide();
			}
			
			if(div_id == "idxMain_middle"){
				var vMiddleImg1 = img_root+"index_images/tab_new_01_on.gif";
				var vMiddleImg2 = img_root+"index_images/tab_new_02_on.gif";
				var vMiddleImg3 = img_root+"index_images/tab_new_03_on.gif";
				var vMiddleImg4 = img_root+"index_images/tab_new_04_on.gif";
				var vMiddleImg5 = img_root+"index_images/tab_new_05_on.gif";
				var vMiddleImg6 = img_root+"index_images/tab_new_06_on.gif";
				var vMiddleImg7 = img_root+"index_images/tab_new_07_on.gif";
				
				if(select_id==1){$("#idxMain_middle_prod")[0].style.background = "url('"+img_root+"index_images/tab_new_01_on.gif')";}
				if(select_id==2){$("#idxMain_middle_prod")[0].style.background = "url('"+img_root+"index_images/tab_new_02_on.gif')";}
				if(select_id==3){$("#idxMain_middle_prod")[0].style.background = "url('"+img_root+"index_images/tab_new_03_on.gif')";}
				if(select_id==4){$("#idxMain_middle_prod")[0].style.background = "url('"+img_root+"index_images/tab_new_04_on.gif')";}
				if(select_id==5){$("#idxMain_middle_prod")[0].style.background = "url('"+img_root+"index_images/tab_new_05_on.gif')";}
				if(select_id==6){$("#idxMain_middle_prod")[0].style.background = "url('"+img_root+"index_images/tab_new_06_on.gif')";}
				if(select_id==7){$("#idxMain_middle_prod")[0].style.background = "url('"+img_root+"index_images/tab_new_07_on.gif')";}
				
			    // ºê¶ó¿ìÀú ±¸ºÐ
				if (window.navigator.userAgent.indexOf("MSIE") != -1 && window.navigator.userAgent.indexOf("MSIE 9.0") < 0) {
			    	node = $("#idxMain_middle_prod")[0].firstChild.childNodes[0].childNodes[i-1].firstChild;
			    } else {
			    	node = $("#idxMain_middle_prod")[0].childNodes[0].childNodes[3].childNodes[i].childNodes[0];
			    }					
				
				if(select_id == i) {
					node.className = "text_title_md";
				} else {
					node.className = "text_title";
				}
			}
			
			if(div_id == "beauty"){
				if(select_id==1){$("#beauty")[0].style.background = "url('"+img_root+"index_images/shopping_s_tab01.gif')";}
				if(select_id==2){$("#beauty")[0].style.background = "url('"+img_root+"index_images/shopping_s_tab02.gif')";}
				if(select_id==3){$("#beauty")[0].style.background = "url('"+img_root+"index_images/shopping_s_tab03.gif')";}
			}
			
			if(div_id == "idxStore_01"){	// È­ÀåÇ°
				if(select_id==1){$("#idxStore_01_00")[0].style.background = "url('"+img_root+"index_images/tab_store01_01_on.gif')";}
				if(select_id==2){$("#idxStore_01_00")[0].style.background = "url('"+img_root+"index_images/tab_store01_02_on.gif')";}
				if(select_id==3){$("#idxStore_01_00")[0].style.background = "url('"+img_root+"index_images/tab_store01_03_on.gif')";}
				
				if(select_id == i) {
					ftn_font_color('idxStore_01_00', select_id, 'text_title_b01');
				} else {
					ftn_font_color('idxStore_01_00', i, 'text_title');
				}
			}
			
			if(div_id == "idxStore_02"){	// Çâ¼ö
				if(select_id==1){$("#idxStore_02_00")[0].style.background = "url('"+img_root+"index_images/tab_store03_01_on.gif')";}
				if(select_id==2){$("#idxStore_02_00")[0].style.background = "url('"+img_root+"index_images/tab_store03_02_on.gif')";}
				if(select_id==3){$("#idxStore_02_00")[0].style.background = "url('"+img_root+"index_images/tab_store03_03_on.gif')";}
				
				if(select_id == i) {
					ftn_font_color('idxStore_02_00', select_id, 'text_title_b03');
				} else {
					ftn_font_color('idxStore_02_00', i, 'text_title');
				}
			}
			
			if(div_id == "idxStore_03"){	// °¡°ø½ÄÇ°/Ä¿ÇÇ/°Ç°­½ÄÇ°
				if(select_id==1){$("#idxStore_03_00")[0].style.background = "url('"+img_root+"index_images/tab_store31_01_on.gif')";}
				if(select_id==2){$("#idxStore_03_00")[0].style.background = "url('"+img_root+"index_images/tab_store31_02_on.gif')";}
				if(select_id==3){$("#idxStore_03_00")[0].style.background = "url('"+img_root+"index_images/tab_store31_03_on.gif')";}
				
				if(select_id == i) {
					ftn_font_color('idxStore_03_00', select_id, 'text_title_b31');
				} else {
					ftn_font_color('idxStore_03_00', i, 'text_title');
				}
			}
			
			if(div_id == "idxStore_04"){	// ¿©¼º¿ëÇ°/½Ä±â/ÁÖ¹æ/»ýÈ°¿ëÇ°
				if(select_id==1){$("#idxStore_04_00")[0].style.background = "url('"+img_root+"index_images/tab_store35_01_on.gif')";}
				if(select_id==2){$("#idxStore_04_00")[0].style.background = "url('"+img_root+"index_images/tab_store35_02_on.gif')";}
				if(select_id==3){$("#idxStore_04_00")[0].style.background = "url('"+img_root+"index_images/tab_store35_03_on.gif')";}
				
				if(select_id == i) {
					ftn_font_color('idxStore_04_00', select_id, 'text_title_b35');
				} else {
					ftn_font_color('idxStore_04_00', i, 'text_title');
				}
			}
			
			if(div_id == "idxStore_05_1"){// ½ºÅ²ÄÉ¾î/Å¬·»Â¡
				if(select_id==1){$("#idxStore_05_01")[0].style.background = "url('"+img_root+"index_images/tab_store20_01_on.gif')";}
				if(select_id==2){$("#idxStore_05_01")[0].style.background = "url('"+img_root+"index_images/tab_store20_02_on.gif')";}
				
				if(select_id == i) {
					ftn_font_color('idxStore_05_01', select_id, 'text_title_b20');
				} else {
					ftn_font_color('idxStore_05_01', i, 'text_title');
				}
			}			
			if(div_id == "idxStore_05_2"){	// ¸ÞÀÌÅ©¾÷/¹Ì¿ë¼ÒÇ°
				if(select_id==1){$("#idxStore_05_02")[0].style.background = "url('"+img_root+"index_images/tab_store32_01_on.gif')";}
				if(select_id==2){$("#idxStore_05_02")[0].style.background = "url('"+img_root+"index_images/tab_store32_02_on.gif')";}
				
				if(select_id == i) {
					ftn_font_color('idxStore_05_02', select_id, 'text_title_b32');
				} else {
					ftn_font_color('idxStore_05_02', i, 'text_title');
				}				
			}
			
			if(div_id == "idxStore_06_1"){	// ¹Ùµð/Çì¾îÄÉ¾î/³²¼º
				if(select_id==1){$("#idxStore_06_01")[0].style.background = "url('"+img_root+"index_images/tab_store19_01_on.gif')";}
				if(select_id==2){$("#idxStore_06_01")[0].style.background = "url('"+img_root+"index_images/tab_store19_02_on.gif')";}
				
				if(select_id == i) {
					ftn_font_color('idxStore_06_01', select_id, 'text_title_b19');
				} else {
					ftn_font_color('idxStore_06_01', i, 'text_title');
				}
			}
			if(div_id == "idxStore_06_2"){	// ±â´É¼º/Æ®·¯ºí
				if(select_id==1){$("#idxStore_06_02")[0].style.background = "url('"+img_root+"index_images/tab_store21_01_on.gif')";}
				if(select_id==2){$("#idxStore_06_02")[0].style.background = "url('"+img_root+"index_images/tab_store21_02_on.gif')";}
				
				if(select_id == i) {
					ftn_font_color('idxStore_06_02', select_id, 'text_title_b21');
				} else {
					ftn_font_color('idxStore_06_02', i, 'text_title');
				}				
			}
							
			if(div_id == "idxStore_07_1"){	// ¸íÇ°/¼öÀÔÈ­ÀåÇ°
				if(select_id==1){$("#idxStore_07_01")[0].style.background = "url('"+img_root+"index_images/tab_store17_01_on.gif')";}
				if(select_id==2){$("#idxStore_07_01")[0].style.background = "url('"+img_root+"index_images/tab_store17_02_on.gif')";}
				
				if(select_id == i) {
					ftn_font_color('idxStore_07_01', select_id, 'text_title_b17');
				} else {
					ftn_font_color('idxStore_07_01', i, 'text_title');
				}				
			}
			if(div_id == "idxStore_07_2"){	// ÀÌ´ÞÀÇ ½Å±ÔÀÔÁ¡
				if(select_id==1){$("#idxStore_07_02")[0].style.background = "url('"+img_root+"index_images/tab_store41_01_on.gif')";}
				if(select_id==2){$("#idxStore_07_02")[0].style.background = "url('"+img_root+"index_images/tab_store41_02_on.gif')";}
				
				if(select_id == i) {
					ftn_font_color('idxStore_07_02', select_id, 'text_title_b41');
				} else {
					ftn_font_color('idxStore_07_02', i, 'text_title');
				}
			}
			
			if(div_id == "idxStore_08"){	// ¾ð´õ/À¯¾Æ/¾Ö¿Ï
				if(select_id==1){$("#idxStore_08_00")[0].style.background = "url('"+img_root+"index_images/tab_store31_01_on.gif')";}
				if(select_id==2){$("#idxStore_08_00")[0].style.background = "url('"+img_root+"index_images/tab_store31_02_on.gif')";}
				if(select_id==3){$("#idxStore_08_00")[0].style.background = "url('"+img_root+"index_images/tab_store31_03_on.gif')";}
				
				if(select_id == i) {
					ftn_font_color('idxStore_08_00', select_id, 'text_title_b50');
				} else {
					ftn_font_color('idxStore_08_00', i, 'text_title');
				}
			}
		}
	}
	
	function ftn_font_color(id, select_id, classname) {
		// ¸¶¿ì½º ¿À¹ö½Ã ÆùÆ® »ö ¹Ù²Ù±â
		var node;
		
	    // ºê¶ó¿ìÀú ±¸ºÐ
	    if (window.navigator.userAgent.indexOf("MSIE") != -1 && window.navigator.userAgent.indexOf("MSIE 9.0") < 0) {
	    	node = eval("document.getElementById('"+id+"').firstChild.firstChild.childNodes["+(select_id - 1)+"].firstChild");
	    } else {
			if(select_id > 1) {
				select_id = select_id + select_id - 1;
			} else {
				select_id = 1;
			}
	    	node = eval("document.getElementById('"+id+"').childNodes[1].childNodes[1].childNodes["+select_id+"].childNodes[0]");
	    }
		node.className = classname;
	}
	
	
	// MD ÃßÃµ»óÇ°, HOT/NEW ¾ÆÀÌÅÛ, ºäÆ¼/¿¥µðÃßÃµ.....È­»ìÇ¥ ¾×¼Ç 
	function ftn_getArrow(divFlag, divCnt){
		// ¾î´À ºÎºÐÀÎÁö ±¸ºÐÇÏ±â À§ÇÑ °ª : 'MD';
		// iCnt : °¹¼ö..
		
		var divId   = "";
		var divSub1 = "";
		var divSub2 = "";
		
		if(divFlag == "MD"){	// MD ÃßÃµ»óÇ°..
			divId = "idxMain_middle_";		divSub1 = "";		divSub2 = "";
		}else if(divFlag == "HOT"){		// HOT/NEW ¾ÆÀÌÅÛ	
			divId   = "idxMain_bottom_";	divSub1 = "_1";		divSub2 = "_2";			
		}else if(divFlag == "BEAUTY"){	// ºäÆ¼/¿¥µðÃßÃµ
			divId   = "beauty_";			divSub1 = "_1";		divSub2 = "_2";			
		}
		
		if(divCnt==1) {
			if( $("#"+divId+"1"+divSub1).css("display") == "block"){
				if(document.getElementById(divId+"1"+divSub2)) {
					$("#"+divId+"1"+divSub1).hide();
					$("#"+divId+"1"+divSub2).show();
				}
			}else if( $("#"+divId+"1"+divSub2).css("display") == "block"){
				if(document.getElementById(divId+"1"+divSub2)) {
					$("#"+divId+"1"+divSub1).show();
					$("#"+divId+"1"+divSub2).hide();
				}
			}
		} else {
			
			for(i=1;i<=divCnt ;i++){
				
				if( $("#"+divId+i).css("display") == "block"){
					if( $("#"+divId+i+divSub1).css("display") == "block"){
						if(document.getElementById(divId+i+divSub2)) {
							$("#"+divId+i+divSub1).hide();
							$("#"+divId+i+divSub2).show();
						}
					}else if( $("#"+divId+i+divSub2).css("display") == "block"){
						if(document.getElementById(divId+i+divSub2)) {
							$("#"+divId+i+divSub1).show();
							$("#"+divId+i+divSub2).hide();
						}
					}
				}
			}	// End of for
		}
	}	// End of function 


	/******************************************
	* °Ô¸±¶ó XML µ¥ÀÌÅÍ Ã³¸®(±âÁ¸ÀÇ ½ºÅ©¸³Æ® ºÎºÐÀ»»©°í µ¥ÀÌÅÍ¸¦ ¹Ù·Î»Ñ¸®´Â ¹æ½ÄÀ¸·Îº¯°æ(À¯°úÀå´Ô»óÀÇ))
	*******************************************/
	function ftn_getGuerrilla() {
		var xmlLoc =  "/jsp/main/FO_Guerilla1.jsp";
		$.ajax({
			url: xmlLoc,
			async: true,
			type: 'GET',
			dataType: 'html',
			success: function(prodinfo) {
				if ( prodinfo != "" ) {
					$("#guerrilla_main").append(prodinfo);
				}
			
			}
		});
	}
	
	function ftn_getWeekDays() {
		var xmlLoc =  "/jsp/main/FO_WeekDays.jsp";
		$.ajax({
			url: xmlLoc,
			async: true,
			type: 'GET',
			dataType: 'html',
			success: function(prodinfo) {
				if ( prodinfo != "" ) {
					$("#guerrilla_main").append(prodinfo);
				}
			
			}
		});
	}	
		
	// ÇÃ·¡½Ã ¸Þ´º div resize
	function ftn_div_resize(depth) {
		document.getElementById("flash_index_menu").style.zIndex = depth;
	}
/*
	// ÀÚµ¿ onfocus='this.blur()' È¿°ú Àû¿ë
	function bluring(){ 
		if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
	}
	
	document.onfocusin=bluring; 
*/

	function setPng24(obj) {
		obj.width=obj.height=1;
		obj.className=obj.className.replace(/\bpng24\b/i,'');
		obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');";
		obj.src='';
		return '';
	}
	
	//========= ÀÎµ¦½º ¸ÞÀÎ ¹è³Ê ·Ñ¸µ ½ºÅ©¸³Æ®
	var iBnrCheck = 0;
	var iBnrCount = 5;
	function ftn_bnr_rolling(){ 
		var divId = "idx_bnr_";
		for(i=1; i<=iBnrCount; i++){
			if( $("#" + divId + i).css("display") == "block"){
				$("#" + divId + i).hide();
				iBnrCheck = i;
			}
		}

		if(iBnrCheck == iBnrCount) {
			$("#" + divId + "1").show();
			return;
		} else {
			for(j=1; j<=iBnrCount; j++){
				if(iBnrCheck < j) {
					$("#" + divId + j).show();
					return;
				}
			}
		}
	}

	var bBnr_tf = true;
	function func_bnr_auto(){
		if(bBnr_tf){
			ftn_bnr_rolling();
		}
	}

	// ÀÎµ¦½º ¹è³Ê ¸¶¿ì½º ¿À¹ö½Ã ¹è³Ê º¸¿©ÁÖ±â
	function ftn_bnr_display(select_id) {
		for(var i=1; i<=iBnrCount; i++) {
			if(i == select_id) {
				$("#idx_bnr_"+i).show();
			} else {
				$("#idx_bnr_"+i).hide();
			}
		}
	}

	setInterval(func_bnr_auto, 3500);

