/*********************************************************
*·ÎÄÉÀÌ¼Ç °ü¸® ½ÃÀÛ 
*********************************************************/
//////  LOCATION CHECK   ////////
var depth1 = "";
var depth2 = "";
var depth3 = "";
var depth4 = "";
var imgpath = "/img/common/path/";
var urlpath = "/";


function setDepthVar( firVar, secVar, thrVar,fourVar ) {
        depth1 = firVar;
        depth2 = secVar;
        depth3 = thrVar;
        //depth4 = fourVar;
}

function locationCheck( depth1, depth2, depth3 ){
       
        var returnPram = ""
        var oneDepthName = new Array();
        var twoDepthName = new Array();
        var threeDepthName = new Array();
		//var fourDepthName = new Array();
		
        var home = "<a href='"+urlpath+"'>HOME</a>";
        
		oneDepthName['0'] = "Gillette Fusion";
        oneDepthName['1'] = "<a href='"+urlpath+"'>Shaving guide</a>";
        oneDepthName['2'] = "Style guide";
        oneDepthName['3'] = "<a href='"+urlpath+"'>gillette products</a>";
        oneDepthName['4'] = "gillette essay";
        oneDepthName['5'] = "gillette shop";
		
		
		
		
		/* Event*/
		oneDepthName['20'] = "µµÀüÇÏ¶ó";
		oneDepthName['21'] = "°¨µ¿ÈÄ±â";
		oneDepthName['22'] = "Æí¾ÈÇÔ";
		oneDepthName['23'] = "¹«·áÃ¼Çè";
		oneDepthName['24'] = "³²ÀÚÀÇ ÀÚ½Å°¨ ºí·¢";
		
		
		oneDepthName['10'] = "·Î±×ÀÎ";

		
		
		
			
        returnPram = home+"<img src='"+imgpath+"arr_history.gif' border='0' align='absmiddle'>"+oneDepthName[depth1];
		

        
        if(depth1 =="1"){
                twoDepthName[0] = "No.1 ClubÀÇ ½¦ÀÌºù ÆÁ"; 
                twoDepthName[1] = "ÇÇºÎÅ¸ÀÔº° °¡ÀÌµå";  
                twoDepthName[2] = "½¦ÀÌºù FAQ"; 

                returnPram = home+"<img src='"+imgpath+"arr_history.gif' border='0' align='absmiddle'>"+oneDepthName[depth1]+"<img src='"+imgpath+"arr_history.gif' border='0' align='absmiddle'>"+twoDepthName[depth2];
        
		        
				
				
        }else if(depth1 =="3"){
                twoDepthName[0] = "Gillette For Men"; 
                twoDepthName[1] = "Shave Gel & Foamy"; 
                twoDepthName[2] = "Gillette For Women"; 
  
                returnPram = home+"<img src='"+imgpath+"arr_history.gif' border='0' align='absmiddle'>"+oneDepthName[depth1]+"<img src='"+imgpath+"arr_history.gif' border='0' align='absmiddle'>"+twoDepthName[depth2];

		  
		   
		}
		
		
		
		
        return returnPram ;
		
		
		
		
}

///////  VIEW ///////
function currentPage(){

        var zoneFront ="";
        var zoneBack ="";
        zoneFront="";
        zoneBack="";
        
        document.write(zoneFront + locationCheck(depth1, depth2, depth3) + zoneBack);
}

/*********************************************************
*  ·ÎÄÉÀÌ¼Ç °ü¸® ³¡
*********************************************************/
