// JavaScript Document<!--volvoxmenuName=new Array();catNo=new Array();bottomMenu=new Array();infoLink=new Array();//main manumenuName[0]='Interior';				catNo[0]=1;menuName[1]='Electronics';			catNo[1]=2;menuName[2]='Kitchen';				catNo[2]=3;menuName[3]='Food &amp; drink';		catNo[3]=4;menuName[4]='Outdoor &amp; DIY';	catNo[4]=5;menuName[5]='Style';				catNo[5]=7;bottomMenu=[ 2, 3, 0, 1, 4, 5 ];//info menuinfoLink[0]='<a href="/about.html">このサイトについて</a>';infoLink[1]='<a href="/rules.html">ご利用条件</a>';infoLink[2]='<a href="/privacy.html">プライバシーについて</a>';infoLink[3]='<a href="/contact.html">お問い合わせ</a>';//document.write('<div id="dsBottom">');document.write('<div id="bottomMenu" lang="en">');if(dsCat!=0) document.write('<span class="arrow">&laquo; </span><a href="/">Go home</a> | ');for (var i=0; i< bottomMenu.length; i++){if(catNo[bottomMenu[i]]==dsCat){document.write('<a href="/index/a0'+(catNo[bottomMenu[i]])+'.html" class="ds bold" lang="en">'+menuName[bottomMenu[i]]+'</a>');}else{document.write('<a href="/index/a0'+(catNo[bottomMenu[i]])+'.html" class="ds" lang="en">'+menuName[bottomMenu[i]]+'</a>');}if ( i == bottomMenu.length-1 ) break;document.write(' | ');}document.write('</div>');<!--end bottomMenu-->document.write('<div id="dsInfo">');for (var i=0; i< infoLink.length; i++){document.write(infoLink[i]);if ( i == infoLink.length-1 ) break;document.write(' | ');}document.write('</div>');<!--end dsInfo-->document.write('<div id="dsCopyright" lang="en">');document.write('Copyright &copy; 2006 ');document.write('<strong><a href="/index.html" class="ds">dailystyle</a></strong> All Rights Reserved.');document.write('</div>');<!--end dsCopyright-->document.write('</div>');<!--end dsBottom-->volvox//-->