// JavaScript Document
function bannertop(path){
document.write('<div id="present">');
document.write('<ul>');
document.write('<li id="pre1"><a href="./lover/"><img src="./img/pr1.jpg" class="imgover" alt="彼氏へ贈るプレゼント" /></a></li>')
document.write('<li id="pre2"><a href="./lover/girlfriend.html"><img src="./img/pr2.jpg" class="imgover" alt="彼女へ贈るプレゼント" /></a></li>');
document.write('<li id="pre3"><a href="./family/"><img src="./img/pr3.jpg" class="imgover" alt="父・夫への贈り物" /></a></li>');
document.write('<li id="pre4"><a href="./family/mother.html"><img src="./img/pr4.jpg" class="imgover" alt="母・妻へ贈るプレゼント" /></a></li>');
document.write('<li id="pre5"><a href="./family/brother.html"><img src="./img/pr5.jpg" class="imgover" alt="兄弟への贈り物" /></a></li>');
document.write('<li id="pre6"><a href="./family/sister.html"><img src="./img/pr6.jpg" class="imgover" alt="姉妹への贈り物" /></a></li>');
document.write('<li id="pre7"><a href="./friend/"><img src="./img/pr7.jpg" class="imgover" alt="友達へ贈るプレゼント" /></a></li>');
document.write('<li id="pre8"><a href="./friend/birth.html"><img src="./img/pr8.jpg" class="imgover" alt="出産祝いに" /></a></li>');
document.write('<li id="pre9"><a href="./friend/build.html"><img src="./img/pr9.jpg" class="imgover" alt="新築・引越し祝いに" /></a></li>');
document.write('</ul>');
document.write('</div>')	
	}
	
function rank(path){	
document.write('<div id="rank">')
document.write('<h3><img src="./img/rank.gif" alt="今シーズン人気ランキング" /></h3>');

document.write('<div class="rank1" >')
document.write('<dl>')
document.write('<dt><img src="./img/no1.gif" alt="第一位" /></dt>')
document.write('<dd>アンティバック２K antiback2K マジックボールL ver.2</dd>')
document.write('<dd class="aLink"><a href="./present.html#no1">商品詳細はこちら</a></dd>')
document.write('</dl>')
document.write('<p class="fR"><img src="./img/i8.jpg" alt="万年筆" /></p>')
document.write('</div>')<!-- /rank1 -->

document.write('<div class="rank2">')
document.write('<dl>')
document.write('<dt><img src="./img/no2.gif" alt="第二位" /></dt>')
document.write('<dd>アートワークスタジオ ウォールクロック ATRAS２</dd>')
document.write('<dd class="aLink"><a href="./present.html#no2">商品詳細はこちら</a></dd>')
document.write('</dl>')
document.write('<p class="fR"><img src="./img/i9.jpg" alt="ウォールクロック" width="77" height="77" /></p>')
document.write('</div>')<!-- /rank2 -->

document.write('<div>')
document.write('<dl>')
document.write('<dt><img src="./img/no3.gif" alt="第三位" /></dt>')
document.write('<dd>プラスマイナスゼロ　加湿器 Ver.3</dd>')
document.write('<dd class="aLink"><a href="./present.html#no3">商品詳細はこちら</a></dd>')
document.write('</dl>')
document.write('<p class="fR"><img src="./img/i10.jpg" alt="カードケース" width="77" height="77" /></p>')
document.write('</div>')<!-- /rank3 -->

document.write('<div>')
document.write('<dl>')
document.write('<dt><img src="./img/no4.gif" alt="第四位" /></dt>')
document.write('<dd>フロアランプ<br />ホワイトトリップ</dd>')
document.write('<dd class="aLink"><a href="./present.html#no4">商品詳細はこちら</a></dd>')
document.write('</dl>')
document.write('<p class="fR"><img src="./img/i11.jpg" alt="フロアランプ" width="77" height="77" /></p>')
document.write('</div>')<!-- /rank4 -->

document.write('<div>')
document.write('<dl>')
document.write('<dt><img src="./img/no5.gif" alt="第五位" /></dt>')
document.write('<dd>Bluelounge<br />ケーブルボックス</dd>')
document.write('<dd class="aLink"><a href="./present.html#no5">商品詳細はこちら</a></dd>')
document.write('</dl>')
document.write('<p class="fR"><img src="./img/i12.jpg" alt="ブックカバー" width="77" height="77" /></p>')
document.write('</div>')
document.write('</div>')
}
	
function topContact(path) {
document.write('<p id="contact"><a href="'+path+'company.html"><img src="'+path+'img/contact.gif" alt="お問い合わせ 096-383-6604" border="0" /></a></p>');
}

function nbA(path) {
document.write('<li><a href="'+path+'ranking.html"><img src="'+path+'img/bn1.gif" class="imgover" alt="誕生日プレゼントガイド" /></a></li>\
<li><a href="'+path+'present.html"><img src="'+path+'img/bn2.gif" class="imgover" alt="今シーズンに贈る贈り物" /></a></li>');
}

function nbA2(path) {
document.write('<li><a href="'+path+'company.html"><img src="'+path+'img/bn3.gif" class="imgover" alt="NEWTRAL 096-383-6604" /></a></li>\
<li><a href="http://www.design-kaden.jp/"  rel="external"><img src="'+path+'img/bn4.gif" class="imgover" alt="デザイン家電のある暮らし" /></a></li>');
}

function boxA_banner() {
document.write('<p id="pre"><a href="./friend/for_me.html"><img src="./img/pre.jpg" class="imgover" alt="自分へのご褒美をあげましょう" /></a></p>\
<p id="shop"><a href="http://newtral07.com" rel="external"><img src="./img/shop.jpg" alt="運営ショップ NEWTRAL http://newtral07.com/" /></a></p>');
}

