// 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>')
document.write('<dl>')
document.write('<dt><img src="./img/no1.gif" alt="第一位" /></dt>')
document.write('<dd>LAMY <br /> safari 万年筆 BK</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>')
document.write('<dl>')
document.write('<dt><img src="./img/no2.gif" alt="第二位" /></dt>')
document.write('<dd>INTERFORM<br />ウォールクロック</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>')
}
	
