/*
----------------------------------------------------------------------------------------------------
   Sony FeliCa < http://www.sony.net/Products/felica/com/js/bn_navi.js >
   last update : 2005.11.15
---------------------------------------------------------------------------------------------------- */



/* About FeliCa
---------------------------------------------------------------------------------------------------- */
function abtBn() {
	document.write ('<div id="bn_navi">');

	document.write ('<div class="bn"><a href="../pdf/index.html">');
	document.write ('<img src="../img/tpg_bn_pdfcat.gif" width="111" height="50" border="0" alt="Catalog PDF"></a></div>');

	document.write ('<div class="bn"><a href="../mov/index.html">');
	document.write ('<img src="../img/tpg_bn_videofelica.gif" width="111" height="50" border="0" alt="Video on FeliCa"></a></div>');

	document.write ('</div>');
}



/* Catalog PDF
---------------------------------------------------------------------------------------------------- */
function catBn() {
	document.write ('<div id="bn_navi">');

	document.write ('<div class="bn"><a href="../abt/dvs.html">');
	document.write ('<img src="../img/tpg_bn_abtfelica.gif" width="111" height="50" border="0" alt="The FeliCa System"></a></div>');

	document.write ('<div class="bn"><a href="../mov/index.html">');
	document.write ('<img src="../img/tpg_bn_videofelica.gif" width="111" height="50" border="0" alt="Video on FeliCa"></a></div>');

	document.write ('</div>');
}



/* Video on FeliCa
---------------------------------------------------------------------------------------------------- */
function movBn() {
	document.write ('<div id="bn_navi">');

	document.write ('<div class="bn"><a href="../abt/dvs.html">');
	document.write ('<img src="../img/tpg_bn_abtfelica.gif" width="111" height="50" border="0" alt="The FeliCa System"></a></div>');

	document.write ('<div class="bn"><a href="../pdf/index.html">');
	document.write ('<img src="../img/tpg_bn_pdfcat.gif" width="111" height="50" border="0" alt="Catalog PDF"></a></div>');

	document.write ('</div>');
}



/* Others
---------------------------------------------------------------------------------------------------- */
function otsBn() {
	document.write ('<div id="bn_navi">');

	document.write ('<div class="bn"><a href="../abt/dvs.html">');
	document.write ('<img src="../img/tpg_bn_abtfelica.gif" width="111" height="50" border="0" alt="The FeliCa System"></a></div>');

	document.write ('<div class="bn"><a href="../pdf/index.html">');
	document.write ('<img src="../img/tpg_bn_pdfcat.gif" width="111" height="50" border="0" alt="Catalog PDF"></a></div>');

	document.write ('<div class="bn"><a href="../mov/index.html">');
	document.write ('<img src="../img/tpg_bn_videofelica.gif" width="111" height="50" border="0" alt="Video on FeliCa"></a></div>');

	document.write ('</div>');
}

