
function setimg1(flag){
	if(flag)
		document.img1.src="../logo/whatsnew2.gif";
	else
		document.img1.src="../logo/whatsnew.gif";
}
function setimg2(flag){
	if(flag)
		document.img2.src="../logo/shopping2.gif";
	else
		document.img2.src="../logo/shopping.gif";
}
function setimg3(flag){
	if(flag)
		document.img3.src="../logo/cafe2.gif";
	else
		document.img3.src="../logo/cafe.gif";
}
function setimg4(flag){
	if(flag)
		document.img4.src="../logo/report2.gif";
	else
		document.img4.src="../logo/report.gif";
}
function setimg5(flag){
	if(flag)
		document.img5.src="../logo/bbs2.gif";
	else
		document.img5.src="../logo/bbs.gif";
}
function setimg6(flag){
	if(flag)
		document.img6.src="../logo/staff2.gif";
	else
		document.img6.src="../logo/staff.gif";
}
function setimg7(flag){
	if(flag)
		document.img7.src="../logo/map2.gif";
	else
		document.img7.src="../logo/map.gif";
}
function setimg8(flag){
	if(flag)
		document.img8.src="../logo/home2.gif";
	else
		document.img8.src="../logo/home.gif";
}
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';

}

document.write("<TABLE BACKGROUND='../logo/newline.gif' WIDTH='800' border=0 cellspacing=0 cellpadding='0'>");
document.write("<TR><TD>&nbsp;&nbsp;&nbsp;");
document.write("<A HREF='../new.html'>");
document.write("<IMG SRC='../logo/whatsnew.gif' name='img1' border=0 onmouseover='setimg1(1)' onmouseout='setimg1(0)'>");
document.write("</A>&nbsp;");
document.write("<A HREF='../shopping.html'>");
document.write("<IMG SRC='../logo/shopping.gif' name='img2' border=0 onmouseover='setimg2(1)' onmouseout='setimg2(0)'>");
document.write("</A>&nbsp;");
document.write("<A HREF='../cafe.html'>");
document.write("<IMG SRC='../logo/cafe.gif' name='img3' border=0 onmouseover='setimg3(1)' onmouseout='setimg3(0)'>");
document.write("</A>&nbsp;");
document.write("<A HREF='../report.html'>");
document.write("<IMG SRC='../logo/report.gif' name='img4' border=0 onmouseover='setimg4(1)' onmouseout='setimg4(0)'>");
document.write("</A>&nbsp;");
document.write("<A HREF='../staff.html'>");
document.write("<IMG SRC='../logo/staff.gif' name='img6' border=0 onmouseover='setimg6(1)' onmouseout='setimg6(0)'>");
document.write("</A>&nbsp;");
document.write("<A HREF='../shop.html'>");
document.write("<IMG SRC='../logo/map.gif' name='img7' border=0 onmouseover='setimg7(1)' onmouseout='setimg7(0)'>");
document.write("</A>&nbsp;");
document.write("<A HREF='../index.html'>");
document.write("<IMG SRC='../logo/home.gif' name='img8' border=0 onmouseover='setimg8(1)' onmouseout='setimg8(0)'>");
document.write("</A>&nbsp;&nbsp;&nbsp;");
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("</SELECT>");
document.write("</TD></TR>");
document.write("</TABLE>");
