function top1(){
document.top.src = "img/menutop_top_on.gif";
}

function top2(){
document.top.src = "img/menutop_top.gif";
}

function concept1(){
document.concept.src = "img/menutop_concept_on.gif";
}

function concept2(){
document.concept.src = "img/menutop_concept.gif";
}

function colle1(){
document.colle.src = "img/menutop_colle_on.gif";
}

function colle2(){
document.colle.src = "img/menutop_colle.gif";
}
function looks1(){
document.looks.src = "img/menutop_looks_on.gif";
}

function looks2(){
document.looks.src = "img/menutop_looks.gif";
}
function shoplist1(){
document.shoplist.src = "img/menutop_shoplist_on.gif";
}

function shoplist2(){
document.shoplist.src = "img/menutop_shoplist.gif";
}

function news1(){
document.news.src = "img/menutop_news_on.gif";
}

function news2(){
document.news.src = "img/menutop_news.gif";
}

function onlineshop1(){
document.onlineshop.src = "img/menutop_onlineshop_on.gif";
}

function onlineshop2(){
document.onlineshop.src = "img/menutop_onlineshop.gif";
}
document.write('<table border="0" cellspacing="0" cellpadding="0" class="menu">');
document.write('<tr>');
document.write('<td class="logo"><img src="img/logo.gif" alt=" [TO BE CHIC/トゥー ビー シック]" border="0" width="115" height="30" /></td>');
document.write('<td>');
document.write('<a href="index.html" onMouseOver="top1()" onMouseOut="top2()"><img src="img/menutop_top.gif" alt="TOP" border="0" height="30" name="top" /></a>');
document.write('<a href="concept.html" onMouseOver="concept1()" onMouseOut="concept2()"><img src="img/menutop_concept.gif" alt="CONCEPT" border="0" height="30" name="concept" /></a>');
document.write('<a href="javascript:void(0)" onMouseOver="colle1()" onMouseOut="colle2()" onClick="Javascript:openWindow(\'collection/index.html\',\'miniwin\',\'resizable=yes,toolbar=no,location=no,scrollbars=yes,status=yes,menubar=no\')"><img src="img/menutop_colle.gif" alt="COLLECTION" border="0" height="30" name="colle" /></a>');
document.write('<a href="http://www.tobechic.net/styling.html" onMouseOver="looks1()" onMouseOut="looks2()"><img src="img/menutop_looks.gif" alt="LOOKS" border="0" height="30" name="looks" /></a>');
document.write('<a href="shoplist.html" onMouseOver="shoplist1()" onMouseOut="shoplist2()"><img src="img/menutop_shoplist.gif" alt="SHOP LIST" border="0" height="30" name="shoplist" /></a>');
document.write('<a href="news.html" onMouseOver="news1()" onMouseOut="news2()"><img src="img/menutop_news.gif" alt="NEWS" border="0" height="30" name="news" /></a>');
document.write('<a href="http://sanyo-i.jp/tobechic/top/CSfTop.jsp" target="_blank" onMouseOver="onlineshop1()" onMouseOut="onlineshop2()"><img src="img/menutop_onlineshop.gif" alt="ONLINE SHOP" border="0" height="30" name="onlineshop" /></a>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');