﻿
function submenu_show(mainmenu){
	var ya = "<span class='ya'>&raquo;</span>";

	submenu_Array = new Array();
		submenu_Array["ill"] = '<span class="cat">オリジナル</span> ' 
						+ ya + '<a href="http://www.zarasu.com/reiju/">霊珠</a> ' 
						+ ya + '<a href="http://www.zarasu.com/56vk/">神々</a> ' 
						+ ya + '<a href="http://www.zarasu.com/genseki/">原石</a> ' 
						+ ya + '<a href="http://www.zarasu.com/zarasu/">他のザラスシリーズ</a> ' 
						+ ya + '<a href="http://www.zarasu.com/animebu/">あにめ部</a> ' 
						+ ya + '<a href="http://www.zarasu.com/st7/">超法戦隊S.T.7</a> ' 
						+ ya + '<a href="http://www.zarasu.com/original/">他のオリジナル</a>　<span class="cat0">.</span> '
						+ ya + '<a href="http://www.zarasu.com/ill/">サムネイル一覧表示</a><br /><span class="cat">ファンアート</span> ' 
						+ ya + '<a href="http://www.zarasu.com/gaogaigar/">ガオガイガー</a> ' 
						+ ya + '<a href="http://www.zarasu.com/dendoh/">電童</a> ' 
						+ ya + '<a href="http://www.zarasu.com/pandorahearts_ill/">パンドラハーツ</a> ' 
						+ ya + '<a href="http://www.zarasu.com/ic/">ゲーム</a> ' 
						+ ya + '<a href="http://www.zarasu.com/fanart/">他のファンアート</a>　<span class="cat0">.</span> ' 
						+ ya + '<a href="http://www.zarasu.com/thanks/">いただきもの</a>';
		submenu_Array["diary"] = ya + '<a href="http://mixi.jp/show_friend.pl?id=451151">mixi</a> 　<span class="cat">告知等</span> ' 
						+ ya + '<a href="http://www.zarasu.com/diary/">更新履歴等</a> ' 
						+ ya + '<a href="http://www.zarasu.com/all/">過去のTopics</a> ' 
						+ ya + '<a href="http://www.zarasu.com/show/">上映・紹介情報</a><br /><span class="cat">カテゴリblog</span> ' 
						+ ya + '<a href="http://st7.zarasu.com/blog/">超法戦隊S.T.7制作日記</a> ' 
						+ ya + '<a href="http://animehack.jp/news/">あにめはっく.jp</a> ' 
						+ ya + '<a href="http://www.zarasu.com/dog/">犬写真</a> ' 
						+ ya + '<a href="http://www.zarasu.com/soup/">スープ</a>';
		submenu_Array["service"] = ya + '<a href="http://animehack.jp/tool/conte.html">絵コンテ用紙</a> ' 
						+ ya + '<a href="http://animehack.jp/tool/conte.html">タイムシート</a> ' 
						+ ya + '<a href="http://www.zarasu.com/offer/screenplay.html">アフレコ台本ジェネレータ</a> ' 
						+ ya + '<a href="http://animehack.jp/tool/animecolor.html">アニメカラーチャート</a> ' 
						+ ya + '<a href="http://animehack.jp/tool/mcount.html">文字数カウンタ</a> ' 
						+ ya + '<a href="http://animehack.jp/service/randomname/">誤変換人名辞書 もめいよふ</a><br />' 
						+ ya + '<a href="http://animehack.jp/material/">よく訓練された素材屋</a> '
						+ ya + '<a href="http://voice.animehack.jp/">VoiceFL@G▼</a> ';
		submenu_Array["works"] = ya + '<a href="http://st7.zarasu.com/">超法戦隊S.T.7[エスティーセブン]</a> '
						+ ya + '<a href="http://st7.zarasu.com/aurorastar/">暁天女オーロラスター</a><br /><span class="cat">ザラスシリーズ</span> ' 
						+ ya + '<a href="http://reiju.zarasu.com/">霊珠</a> ' 
						+ ya + '<a href="http://reiju.zarasu.com/great5/">五傑伝</a> ' 
						+ ya + '<a href="http://56vk.zarasu.com/">五六神王札占</a> ' 
						+ ya + '<a href="http://www.zarasu.com/works/genseki/">原石</a> ' 
						+ ya + '<a href="http://www.zarasu.com/works/zarasu/">ザラス世界</a> ' 
						+ ya + '<a href="http://st.zarasu.com/cha/">事典</a>';

	document.getElementById('topnavi').style.borderBottom = "1px solid silver";	document.getElementById('submenu').style.display = "block";
	document.getElementById('submenu_inner').innerHTML = submenu_Array[mainmenu];
}


function submenu_hide(){
	document.getElementById('submenu_inner').innerHTML = "";
	document.getElementById('submenu').style.display = "none";
	document.getElementById('topnavi').style.borderBottom = "2px solid silver";
}




