// JavaScript Document
var sBase = "/";
var sBase2 = "https://www.felice-towako.co.jp/"

document.write("<p><a href='");
document.write(sBase+"index.html'>FELICE TOWAKO COSME</a></p><div id='header-menu'><ul><li id='home'><a href='");
document.write(sBase+"index.html'><img src='");
document.write(sBase+"images/btn_home.gif' alt='HOME' width='53' height='12'></a></li><li id='inq'><a href='");
document.write(sBase2+"contactus/index.html'><img src='");
document.write(sBase+"images/btn_inquiries.gif' alt='お問い合わせ' width='78' height='12'></a></li><li id='sitemap'><a href='");
document.write(sBase+"sitemap/index.html'><img src='");
document.write(sBase+"images/btn_sitemap.gif' alt='サイトマップ' width='71' height='12'></a></li></ul><div id='users-guide'><a href='");
document.write(sBase+"guide/index.html'><img src='");
document.write(sBase+"images/btn_guide.gif' alt='ご利用ガイド' width='116' height='19'></a></div><div id='mypage'><a href='");
document.write(sBase2+"products/mypage/login.php'><img src='");
document.write(sBase+"images/btn_mypage.gif' alt='Myページ' width='95' height='19'></a></div><div id='cart'><a href='");
document.write(sBase+"products/cart/index.php'><img src='");
document.write(sBase+"images/btn_cart.gif' alt='カートを見る' width='119' height='19'></a></div></div><div class='clear'></div>");