function oneDepth(URL){
	switch(URL){			
               case "1" : 
			location.href="about/message.php";
			break;		
		case "2" : 
			location.href="service/service.php";
			break;
		case "3" : 
			location.href="client/client.php";
			break;
		case "4" : 				
			location.href="portpolio/book.php";
			break;
		case "5" : 				
			location.href="contact/contact.php";
			break;					
	}
}
function twoDepth01(URL){
	switch(URL){	
		case "1" : 
			location.href="about/message.php";
			break;		
		case "2" : 
			location.href="about/history.php";
			break;		
	}
}
function twoDepth02(URL){
	switch(URL){			
		case "1" : 
			location.href="service/service.php";
			break;

	}
}
function twoDepth03(URL){
	switch(URL){			
		case "1" : 
			location.href="client/client.php";
			break;		
	}
}

function twoDepth04(URL){
	switch(URL){			
		case "1" : 
			location.href="community/notices.php";
			break;
		case "2" : 
			location.href="community/event.php";
			break;
		case "3" : 
			location.href="community/customer.php";
			break;
		
	}
}

function twoDepth05(URL){
	switch(URL){			
		case "1" : 
			location.href="franchise/open.php";
			break;
		case "2" : 
			location.href="franchise/design.php";
			break;
		case "3" : 
			location.href="franchise/online.php";
			break;
		case "4" : 
			location.href="franchise/map.php";
			break;		
	}
}


function twoDepth06(URL){
	switch(URL){			
		case "1" : 
			location.href="business/franchise.php";
			break;
		case "2" : 
			location.href="business/source.php";
			break;
		case "3" : 
			location.href="business/machine.php";
			break;
		
	}
}

