function setfile(sel){
	if(sel == 1)
		location.href='./shopping.html';
	else if(sel == 2)
		location.href='./kagu.html';
	else if(sel == 3)
		location.href='./kagu2.html';
	else if(sel == 4)
		location.href='./kagu2.html';
	else if(sel == 5)
		location.href='./gift.html';
	else if(sel == 6)
		location.href='./ent.html';
	else if(sel == 7)
		location.href='./ent.html';
	else if(sel == 8)
		location.href='./kitchen.html';
	else if(sel == 9)
		location.href='./syokki.html';
	else if(sel == 10)
		location.href='./bungu.html';
	else if(sel == 11)
		location.href='./d-bros.html';
	else if(sel == 12)
		location.href='./kid.html';
	else if(sel == 13)
		location.href='./vilac.html';
	else if(sel == 14)
		location.href='./moma.html';
	else if(sel == 15)
		location.href='./ittala.html';
	else if(sel == 16)
		location.href='./LeCreuset.html';
	else if(sel == 17)
		location.href='./yanagi.html';
	else if(sel == 18)
		location.href='./birkenstock.html';
	else if(sel == 19)
		location.href='./atehaca.html';
	else if(sel == 20)
		location.href='./komagata.html';
	else if(sel == 21)
		location.href='./lyra.html';
	else if(sel == 22)
		location.href='./sale.html';
	else if(sel == 23)
		location.href='./cd.html';
	else if(sel == 24)
		location.href='./other.html';
	else if(sel == 25)
		location.href='./think_earth.html';

}

document.write("<SELECT NAME='combnme1' onchange='setfile(selectedIndex)'>");
document.write("<option SELECTED>カテゴリー選択");
document.write("<option>Shopping TOP");
document.write("<option >　＋家具");
document.write("<option>　＋インテリア");
document.write("<option>　＋ランプ");
document.write("<option>　＋ギフト");
document.write("<option>　＋玄関");
document.write("<option>　＋サニタリー");
document.write("<option>　＋キッチン雑貨");
document.write("<option>　＋食器");
document.write("<option>　＋文具");
document.write("<option>　＋Ｄ−ＢＲＯＳ");
document.write("<option>　＋子供用品");
document.write("<option>　＋ＶＩＬＡＣ");
document.write("<option>　＋ＭｏＭＡ");
document.write("<option>　＋イッタラ");
document.write("<option>　＋ル・クルーゼ");
document.write("<option>　＋柳 宗理");
document.write("<option>　＋ビルケン");
document.write("<option>　＋アテハカ");
document.write("<option>　＋駒形克巳");
document.write("<option>　＋ＬＹＲＡ");
document.write("<option>　＋セール品");
document.write("<option>　＋ＣＤ");
document.write("<option>　＋その他");
document.write("<option>　＋Think the Earth");
document.write("</SELECT>");
document.write("</TD></TR>");
document.write("</TABLE>");
