

//BOTTOM_NAVI

function bottom_navi(pagestatus){

	//BOTTOM_NAVI

	if ( pagestatus == "common" ) {
		document.write('<table border="0" cellpadding="0" cellspacing="0" align="center" width="486">\n');
		document.write('<tr>\n');
		document.write('<td align="center"><img src="../../../share/space.gif" alt="" width="1" height="5"><br><hr size="1">｜<a href="../../" target="_self" class="bottom_navi_font">広がる校内ネットワーク　TOPページへ戻る</a>｜<a href="../../convenience/" target="_self" class="bottom_navi_font">こんなに便利</a>｜<br>｜<a href="../../required/" target="_self" class="bottom_navi_font">ネットワークとは</a>｜<a href="JavaScript:libraryWin_bb();" class="bottom_navi_font">用語解説</a>｜<a href="../../advice/" target="_self" class="bottom_navi_font">リーダーたちのアドバイス</a>｜<a href="../../seminar/" target="_self" class="bottom_navi_font">セミナーレポート</a>｜</td>\n');
		document.write('</tr>\n');
		document.write('</table>\n');
		document.write('<br><img src="../../../share/space.gif" alt="" width="1" height="20">\n');
	} 

}
