function menuA(num){
	switch(num){
		case 1: location.href="../program/football_1.php"; break;
		case 2: location.href="../program/basketball_1.php"; break;
		case 3: location.href="../program/inline_1.php"; break;
		case 4: location.href="../program/fitness_1.php"; break;
		case 5: location.href="../program/school_1.php"; break;
		case 6: location.href="../program/ski_1.php"; break;
		case 7: location.href="../program/snow_1.php"; break;
		case 8: location.href="../program/special_1.php"; break;

	}
}


function menuB(num){
	switch(num){
		case 1: location.href="../leisure/horse_riding.php"; break;

	}
}



function menuC(num){
	switch(num){
		case 1: location.href="../hb/hisboard.php?id=bd3_1&group_no=1&mode=list"; break;
		case 2: location.href="../hb/hisboard.php?id=bd3_2&group_no=1&mode=list"; break;
		case 3: location.href="../hb/hisboard.php?id=bd3_3&group_no=1&mode=list"; break;
		case 4: location.href="../hb/hisboard.php?id=bd3_4&group_no=1&mode=list"; break;
		case 5: location.href="../hb/hisboard.php?id=bd3_5&group_no=1&mode=list"; break;
	}
}


function menuD(num){
	switch(num){
		case 1: location.href="../hb/hisboard.php?id=bd4_1&group_no=1&mode=list"; break;
		case 2: location.href="../education/online_accept.php"; break;
		case 3: location.href="../education/join.php"; break;

	}
}


function menuE(num){
	switch(num){
		case 1: location.href="../exchange/brazil.php"; break;
		case 2: location.href="../exchange/japan.php"; break;
		case 3: location.href="../exchange/thailand.php"; break;

	}
}


function menuF(num){
	switch(num){
		case 1: location.href="../company/co_greeting.php"; break;
		case 2: location.href="../company/co_purpose.php"; break;
		case 3: location.href="../company/co_business_1.php"; break;

	}
}




function login(){
	location.href="../member/login.php";
}
function join(){
	location.href="../member/mem_join.php";
}

function online(){
	location.href="../main/online.php"; 
}

