// JavaScript Document

$(function(){
	$("#upperNavi li").hover(
	function(){
		$("div:first",this).stop(true, true).show(200);
	},
	function(){
		$("div:first",this).stop(true, true).hide(100);
	});
});

document.write('<div id="upperNavi">\n');
document.write('<ul class="category">\n');
document.write('<li id="gnu1">\n');
document.write('	<a href="/jukensei/index.html">受験生の皆様へ</a>\n');
document.write('	<div>\n');
document.write('		<a href="/information/touhoku_jishin/index.html">東日本大震災で被災された受験生の方へ</a>\n');
document.write('		<a href="/jukensei/info/index.html">何が学べるの？</a>\n');
document.write('		<a href="/jukensei/taiken/index.html">埼工大を体験しよう</a>\n');
document.write('		<a href="/jukensei/nyushi/index.html">入試情報</a>\n');
document.write('		<a href="/jukensei/annai/index.html">大学案内</a>\n');
document.write('		<a href="/jukensei/shikaku_shinro/index.html">資格・進路・就職</a>\n');
document.write('		<a href="/jukensei/campuslife/index.html">キャンパスライフ</a>\n');
document.write('	</div>\n');
document.write('</li>\n');
document.write('<li id="gnu2">\n');
document.write('	<a href="/zaigakusei/index.html">在学生の皆様へ</a>\n');
document.write('	<div>\n');
document.write('		<a href="/zaigakusei/index.html">お知らせ</a>\n');
document.write('		<a href="/zaigakusei/binran/index.html">学生便覧</a>\n');
document.write('		<a href="http://ioffice.sit.ac.jp/index_lc.html">Live Campus</a>\n');
document.write('		<a href="http://etm.sit.jp/">Campus</a>\n');
document.write('		<a href="/access/bus/index.html">スクールバス運行情報</a>\n');
document.write('	</div>\n');
document.write('</li>\n');
document.write('<li id="gnu3">\n');
document.write('	<a href="/sotsugyousei/index.html">卒業生の皆様へ</a>\n');
document.write('	<div>\n');
document.write('		<a href="/gakusei/kakunin.html">各種証明書の発行受付</a>\n');
document.write('		<a href="http://www.sit.ac.jp/kai/dousou/index.html">同窓会のご案内</a>\n');
document.write('		<a href="/gakubu_in/daigakuin/index.html">大学院への進学をお考えの方</a>\n');
document.write('	</div>\n');
document.write('</li>\n');
document.write('<li id="gnu4">\n');
document.write('	<a href="/hogosha/index.html">保護者の皆様へ</a>\n');
document.write('	<div>\n');
document.write('		<a href="/information/tokushoku/index.html">埼玉工業大学の教育方針</a>\n');
document.write('		<a href="/information/index.html">大学のご案内</a>\n');
document.write('		<a href="/gakubu_in/index.html">埼玉工業大学で学べる学部・学科</a>\n');
document.write('		<a href="/shushoku_shikaku/index.html">大切なお子様の未来「就職・資格取得」について</a>\n');
document.write('		<a href="/jukensei/nyushi/index.html">入試について</a>\n');
document.write('		<a href="/jukensei/nyushi/nyugakukin.html">授業料と奨学金</a>\n');
document.write('		<a href="/hogosha/gakuhi_ennou.html">学費延納願について</a>\n');
document.write('		<a href="/jukensei/taiken/opencampus.html">ご一緒にご参加ください(オープンキャンパス)</a>\n');
document.write('		<a href="http://www.sit.ac.jp/kai/kouen/index.html">後援会のご案内</a>\n');
document.write('	</div>\n');
document.write('</li>\n');
document.write('<li id="gnu5">\n');
document.write('	<a href="/kigyou_ippan/index.html">企業・一般の皆様へ</a>\n');
document.write('	<div>\n');
document.write('		<a href="/shushoku/kigyou/kyujin.html">人材を希望される企業の採用担当者様へ</a>\n');
document.write('		<a href="/shushoku/kigyou/internship.html">インターンシップのご案内</a>\n');
document.write('		<a href="/gakubu_in/daigakuin/index.html">大学院への進学について</a>\n');
document.write('		<a href="/shakaikouken/kouza/index.html">公開講座のご案内</a>\n');
document.write('		<a href="/shakaikouken/demae/index.html">出前授業のご案内</a>\n');
document.write('		<a href="/gakusai/index.html">秋桜祭について</a>\n');
document.write('		<a href="/fukanyan/index.html">本学オリジナルキャラクター<br />フカニャンについて</a>\n');
document.write('	</div>\n');
document.write('</li>\n');
document.write('</ul>\n');
document.write('</div>\n');
