function oneDepth(URL){
	switch(URL){			
		case "1" : 
			location.href="/intro/greeting.php";
			break;
		case "2" : 
			location.href="/tech/cleaning.php";
			break;
		case "3" : 				
			location.href="/research/org.php";
			break;
		case "4" : 				
			location.href="/ir/finance.php";
			break;
		case "5" : 				
			location.href="/customer/news.php";
			break;			
	}
}
function twoDepth01(URL){
	switch(URL){	
		case "1" : 
			location.href="/intro/greeting.php";
			break;		
		case "2" : 
			location.href="/intro/society.php";
			break;
		case "3" : 
			location.href="/intro/business.php";
			break;
		case "4" : 
			location.href="/intro/network.php";
			break;	
		case "5" : 
			location.href="/intro/ideology.php";
			break;			
		case "6" : 
			location.href="/intro/history.php";
			break;		
		case "7" : 
			location.href="/intro/org.php";
			break;
		case "8" : 
			location.href="/intro/map.php";
			break;
		case "9" : 
			location.href="/intro/job.php";
			break;	
		case "10" : 
			location.href="/intro/pr.php";
			break;			
	}
}
function twoDepth02(URL){
	switch(URL){			
		case "1" : 
			location.href="/tech/cleaning.php";
			break;
		case "2" : 
			location.href="/tech/coating.php";
			break;
		case "3" : 
			location.href="/tech/material.php";
			break;	
		case "4" : 
			location.href="/tech/part.php";
			break;
		case "5" : 
			location.href="/tech/mlc.php";
			break;	
		case "6" : 
			location.href="/tech/sofc.php";
			break;			

	}
}
function twoDepth03(URL){
	switch(URL){			
		case "1" : 
			location.href="/research/org.php";
			break;	
		case "2" : 
			location.href="/research/guide.php";
			break;
		case "3" : 
			location.href="/research/result.php";
			break;			
	}
}

function twoDepth04(URL){
	switch(URL){			
		case "1" : 
			location.href="/ir/finance.php";
			break;	
		case "2" : 
			location.href="/ir/capital.php";
			break;
		case "3" : 
			//window.open("http://dart.fss.or.kr","gongsi",'scrollbars=yes,toolbar=yes,location=yes,status=yes,menubar=yes,resizable=yes,width=800,height=600,left=0,top=0');
			location.href="/ir/manage.php";
			break;
		case "4" : 
			location.href="/ir/stock.php";
			break;			
	}
}

function twoDepth05(URL){
	switch(URL){			
		case "1" : 
			location.href="/customer/news.php";
			break;
		case "2" : 
			location.href="/customer/qna.php";
			break;			
			
	}
}

function bluring(){ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
} 
document.onfocusin=bluring; 
