// JavaScript Document

function guidenNav(path){
document.write('<ul id="guideNav">');
document.write('<li><a href="'+path+'"><img src="'+path+'img/common/guidenav04_off.gif" alt="HOME" /></a></li>');
document.write('<li><a href="'+path+'company.html"><img src="'+path+'img/common/guidenav03_off.gif" alt="運営会社・店舗情報" /></a></li>');
document.write('<li><a href="'+path+'company.html#accessMap"><img src="'+path+'img/common/guidenav01_off.gif" alt="アクセスマップ" /></a></li>');
document.write('<li><a href="'+path+'contact/fmail.cgi"><img src="'+path+'img/common/guidenav02_off.gif" alt="お問い合わせ" /></a></li>');
document.write('</ul>');
}


function top_pick1(){
document.write('<div id="photo">');
document.write('<h3><img src="img/index/ti_photo.jpg" alt="フォトギャラリー" /></h3>');
document.write('<dl>');
document.write('<dt><img src="img/index/txt_photo.jpg" alt="スタジオ撮影から氷川神社参道でのロケーション撮影まで" /></dt>');
document.write('<dd class="btn"><a href="photo.html"><img src="img/index/btn_photo_off.jpg" alt="フォトギャラリー" /></a></dd>');
document.write('</dl>');
document.write('<p class="img"><img src="img/index/img_photo.jpg" alt="フォトギャラリー" /></p>');
document.write('</div>');
}

function top_pick2(){
document.write('<div id="clothes">');
document.write('<h3><img src="img/index/ti_clothes.jpg" alt="衣裳ギャラリー" /></h3>');
document.write('<dl>');
document.write('<dt><img src="img/index/txt_clothes.jpg" alt="ブランド衣裳満載 としまの衣裳ギャラリー!　" /></dt>');
document.write('<dd class="btn"><a href="clothes.html"><img src="img/index/btn_clothes_off.jpg" alt="衣裳ギャラリー" /></a></dd>');
document.write('</dl>');
document.write('<p class="img"><img src="img/index/img_clothes.jpg" alt="衣裳ギャラリー" /></p>');
document.write('</div>');
}


function top_pick3(){
document.write('<div id="plan">');
document.write('<h3><img src="img/index/ti_plan.jpg" alt="撮影プラン" /></h3>');
document.write('<dl>');
document.write('<dt><img src="img/index/txt_plan.jpg" alt="としまの「お出掛けプラン」では、事前に決めて頂いた衣裳に着替えて氷川神社に参拝いただくことが可能です!!　写真撮影は参拝前でも参拝後でもOK!!　「写真で残す七五三プラン」も好評です。2つのプランからお選びいただけます。" /></dt>');
document.write('<dd class="btn01"><a href="plan/"><img src="img/index/btn_plan01_off.jpg" alt="お出掛けプラン" /></a></dd>');
document.write('<dd class="btn02"><a href="plan/leave.html"><img src="img/index/btn_plan02_off.jpg" alt="写真で残す七五三プラン" /></a></dd>');
document.write('</dl>');
document.write('<p class="img"><img src="img/index/img_plan.jpg" alt="撮影プラン" /></p>');
document.write('</div>');
}

function top_banner(){
document.write('<ul id="banner">');
document.write('<li class="fleft transparent"><a href="flow.html" class="transparent"><img src="img/index/bnr_flow_off.png" alt="衣裳選びからスタジオ撮影の写真撮影、氷川神社へのお参り、お写真の受け取りまで お写真が出来上がるまでの流れ" /></a></li>');
document.write('<li class="fright transparent"><a href="concept.html" class="transparent"><img src="img/index/bnr_concept_off.png" alt="お子さまのとびきりの笑顔を残したい！！ としまのコンセプトはこちら" /></a></li>');
document.write('</ul>');
}

function foot_link(path){
document.write('<ul id="assistNav">');
document.write('<li class="first"><a href="'+path+'">HOME</a></li>');
document.write('<li><a href="'+path+'campain.html">期間限定キャンペーン</a></li>');
document.write('<li><a href="'+path+'photo.html">フォトギャラリー</a></li>');
document.write('<li><a href="'+path+'clothes.html">衣裳ギャラリー</a></li>');
document.write('<li><a href="'+path+'plan/">撮影プラン</a></li>');
document.write('<li><a href="'+path+'etc/">その他のプラン</a></li>');
document.write('<li><a href="'+path+'flow.html">お写真が出来上がるまでの流れ</a></li>');
document.write('<li><a href="'+path+'contact/fmail.cgi">お問い合わせ</a></li>');
document.write('<li><a href="'+path+'sitemap.html">サイトマップ</a></li>');
document.write('</ul>');
}


