function Menu(bNo,sNo,mNo){
	if( bNo == 10 || bNo == 1 ) { // ¸ÞÀÎ
		if( sNo == 1 || sNo == undefined){
			self.location.href = "/chinese/sub01/sub01.html";
		}else if( sNo == 2){
			self.location.href = "/chinese/sub01/sub02.html";
		}else if( sNo == 3){
			self.location.href = "/chinese/sub01/sub03.html";
		}else if( sNo == 4){
			self.location.href = "/chinese/sub01/sub04.html";
		}else if( sNo == 5){
			self.location.href = "/chinese/sub01/sub05.html";
		}else if( sNo == 6){
			self.location.href = "";
		}

	
	}else if( bNo == 20 || bNo == 2 ) {
		if( sNo == 1 || sNo == undefined){
			self.location.href = "/chinese/sub02/sub01.html";
		}else if( sNo == 2){
			self.location.href = "/chinese/sub02/sub02.html";
		}else if( sNo == 3){
			self.location.href = "/chinese/sub02/sub03.html";
		}else if( sNo == 4){
			self.location.href = "/chinese/sub02/sub04.html";
		}else if( sNo == 5){
			self.location.href = "/chinese/sub02/sub05.html";
		}else if( sNo == 6){
			self.location.href = "/chinese/sub02/sub06.html";
		}else if( sNo == 7){
			self.location.href = "/chinese/sub02/sub07.html";
		}else if( sNo == 8){
			self.location.href = "/chinese/sub02/sub08.html";
		}else if( sNo == 9){
			self.location.href = "/chinese/sub02/sub09.html";
		}else if( sNo == 10){
			self.location.href = "/chinese/sub02/sub10.html";
		}else if( sNo == 11){
			self.location.href = "/chinese/sub02/sub11.html";
		}

	}else if( bNo == 30 || bNo == 3 ) {
		if( sNo == 1 || sNo == undefined){
			self.location.href = "/chinese/sub03/sub01.html";
		}else if( sNo == 2){
			self.location.href = "/chinese/sub03/sub02.html";
		}else if( sNo == 3){
			self.location.href = "/chinese/sub03/sub03.html";
		}

	}else if( bNo == 40 || bNo == 4) {
		if( sNo == 1 || sNo == undefined) {                    
			self.location.href = "/chinese/sub04/sub01.html";
		} else if( sNo == 2 ){				
			self.location.href = "/chinese/sub04/sub02.html";
	    }

	}else if( bNo == 50 || bNo == 5 ) {
		if( sNo == 1 || sNo == undefined){
			self.location.href = "/chinese/sub05/sub01.html";
		}else if( sNo == 2){
			self.location.href = "/chinese/sub05/sub02.html";
		}else if( sNo == 3){
			self.location.href = "/chinese/sub05/sub03.html";
		}

	}else if( bNo == 60 || bNo == 6 ) {
		if( sNo == 1 || sNo == undefined){
			self.location.href = "/chinese";
		}else if( sNo == 2){
			self.location.href = "mailto:sws@chinese.com";
		}else if( sNo == 3){
			self.location.href = "/chinese/sitemap/sitemap.html";
		}
	}
}