function menu_link(m,s){
	
	if(m==0){
		if(s==1)location.href= g4_path+"/index.html";
		else if(s==2) location.href= "mailto:";
	
	}else if(m==1){
		if(s==1)location.href= maru_cont+"/01_01.php";
		else if(s==2) location.href= maru_cont+"/01_02.php";
		else if(s==3) location.href= maru_cont+"/01_03.php";
		else if(s==4) location.href= maru_cont+"/01_04.php";
		
	}else if(m==2){
		if(s==1)location.href= g4_bbs_path+"/board.php?bo_table=02_01";
		else if(s==2) location.href= g4_bbs_path+"/board.php?bo_table=02_02";
		else if(s==3) location.href= g4_bbs_path+"/board.php?bo_table=02_03";

		
	}else if(m==3){
		if(s==1) location.href= g4_bbs_path+"/board.php?bo_table=03_01";
		else if(s==2) location.href= g4_bbs_path+"/board.php?bo_table=03_02";
		
	}else if(m==4){
		if(s==1)location.href= g4_bbs_path+"/board.php?bo_table=04_01";
		else if(s==2) location.href= g4_bbs_path+"/board.php?bo_table=04_02";
		else if(s==3) location.href= g4_bbs_path+"/board.php?bo_table=04_03";
		
	}else if(m==5){
		if(s==1)location.href= g4_bbs_path+"/board.php?bo_table=05_01";
		
	}else if(m==6){
		if(s==1) location.href= maru_cont+"/06_01.php";
		else if(s==2) location.href= g4_bbs_path+"/write.php?bo_table=06_02";
//		else if(s==3) location.href= g4_bbs_path+"/board.php?bo_table=06_03";
//		else if(s==4) location.href= g4_bbs_path+"/board.php?bo_table=06_04";
	
	}else if(m==7){
		if(s==1)location.href= g4_bbs_path+"/board.php?bo_table=07_01";
	}
}


