<!--
var sgai;	
function gaiLink(obj) {   
 sgai = obj.gai.selectedIndex;
	switch(sgai) {
		case 0:
		location.href="";
		break;
		case 1:
		location.href="shoten/chuou/chuouM.html";
		break;
		case 2:
		location.href="shoten/janome/janomeM.html";
		break;
		case 3:
		location.href="shoten/nokodaidori/nokodaidoriM.html";
		break;
		case 4:
		location.href="shoten/nakamati/nakamatiM.html";
		break;
		case 5:
		location.href="shoten/musako/musakoM.html";
		break;
		case 6:
		location.href="shoten/kitagutinaka/kitagutinakaM.html";
		break;
		case 7:
		location.href="shoten/silkroad5/silkroad5M.html";
		break;
		case 8:
		location.href="shoten/keyakidori/keyakidoriM.html";
		break;
		case 9:
		location.href="shoten/higasikoganeikitasinko/higasikoganeikitasinkoM.html";
		break;
		case 10:
		location.href="shoten/higasikoganeikita/higasikoganeikitaM.html";
		break;
		case 11:
		location.href="shoten/higasikoganeiminami/higasikoganeiminamiM.html";
		break;
		case 12:
		location.href="shoten/sinkoganeihigasi/sinkoganeihigasiM.html";
		break;
		case 13:
		location.href="shoten/sinkoganeinisi/sinkoganeinisiM.html";
		break;
		case 14:
		location.href="shoten/maehara/maeharaM.html";
		break;
		case 15:
		location.href="shoten/maeharashoko/maeharashokoM.html";
		break;
		case 16:
		location.href="shoten/nukuiminami/nukuiminamiM.html";
		break;
		case 17:
		location.href="shoten/nukuikita/nukuikitaM.html";
		break;
		case 18:
		location.href="shoten/keiodori/keiodoriM.html";
		break;
		case 19:
		location.href="shoten/midori/midoriM.html";
		break;
		
	}
}

//-->
