// JavaScript Document
function gnav(path){
document.write('<div id="gNav">');
document.write('<ul>');
document.write('<li><a href="'+path+'"><img src="'+path+'common/img/g_nav_01_off.jpg" height="61" alt="TOP" /></a></li>');
document.write('<li><a href="'+path+'petitem/"><img src="'+path+'common/img/g_nav_02_off.jpg" height="61" alt="コンセプト・安心宣言" /></a></li>');
document.write('<li><a href="'+path+'petitem/catitem.html"><img src="'+path+'common/img/g_nav_03_off.jpg" height="61" alt="犬用品" /></a></li>');
document.write('<li><a href="'+path+'petitem/dogitem.html"><img src="'+path+'common/img/g_nav_04_off.jpg" height="61" alt="猫用品" /></a></li>');
document.write('<li><a href="'+path+'petitem/inquiry.html"><img src="'+path+'common/img/g_nav_05_off.jpg" height="61" alt="木製ペットグッズオーダーメイド" /></a></li>');
document.write('<li><a href="'+path+'petitem/example.html"><img src="'+path+'common/img/g_nav_06_off.jpg" height="61" alt="オーダー作品紹介" /></a></li>');
document.write('<li><a href="'+path+'sanell/"><img src="'+path+'common/img/g_nav_08_off.jpg" height="61" alt="工房のご紹介" /></a></li>');
document.write('<li><a href="'+path+'sanell/dog.html"><img src="'+path+'common/img/g_nav_07_off.jpg" height="61" alt="ペットショップのご紹介"   /></a></li>');
document.write('</ul>');
document.write('</div>');
}

