function flash_link(sub){
	switch(sub){
		case "t_01_01" : location.href = "/01_01.html";
		break;
		case "t_01_02" : location.href = "/01_03.html";
		break;
		case "t_01_03" : location.href = "/01_02.html";
		break;
		case "t_01_04" : location.href = "/01_04.html";
		break;
		case "t_01_05" : location.href = "/01_05.html";
		break;

		case "t_02_01" : location.href = "/bbs.php?table=board_11";
		break;
		case "t_02_02" : location.href = "/bbs.php?table=board_13";
		break;
		case "t_02_03" : location.href = "/bbs.php?table=board_12";
		break;

		case "t_03_01" : location.href = "/04_01.php";
		break;
		case "t_03_02" : location.href = "/04_02.php";
		break;
		
		case "t_04_01" : window.open("/webzine/201112/","webzine");
		break;
	}
}
