//ÁÂÃø¸Þ´º
function LeftMenu(no) {

	if(no == '1') location.href = "/introduction/introduction01.html";
	else if(no == '2') location.href = "/menu/menu01.html";
	else if(no == '3') location.href = "/online/online.php";
	else if(no == '4') location.href = "/board/index.php?table=bbs_news";
	else if(no == '5') location.href = "/board/index.php?table=bbs_event1";
	else if(no == '6') location.href = "/membership/membership01.html";

}

