function ddmenu1() {
		document.write('<ul class="dropdown dropdown-horizontal">');
		/*-----------------HOME-----------------*/
		document.write('<li><div style="margin-left:3px;"><a href="index.html">HOME</a></div></li>');
		/*-----------------NEWS-----------------*/
		document.write('<li><a href="news/index.html">NEWS</a></li>');
		/*-----------------ABOUT-----------------*/
		document.write('<li><a href="about/introduction.html" class="dir">ABOUT</a>');
		document.write('<ul>');
		document.write('<li><a href="about/introduction.html">イントロダクション</a></li>');
		document.write('<li><a href="about/story06.html">ストーリー</a></li>');
		document.write('<li><a href="about/staffcast.html">スタッフ&amp;キャスト</a></li>');
		document.write('<li><a href="about/artist.html">OP/ED アーティスト</a></li>');
		document.write('</ul></li>');
		/*-----------------CHARACTERS-----------------*/
		document.write('<li><a href="characters/index01.html">CHARACTERS</a></li>');
		/*-----------------PRODUCTS-----------------*/
		document.write('<li><a href="products/cd5.html" class="dir">PRODUCTS</a>');
		document.write('<ul>');
		document.write('<li><a href="products/cd_comp.html">CD</a></li>');
		document.write('<li><a href="products/dvd02.html">DVD/BD</a></li>');
		document.write('<li><a href="products/books.html">BOOKS</a></li>');
		document.write('<li><a href="products/game.html">ゲーム</a></li>');
		document.write('<li><a href="products/etc.html">その他</a></li>');
		document.write('</ul></li>');
		/*-----------------SPECIAL-----------------*/
		document.write('<li><a href="special/trailer.html" class="dir" style="background-image:url(images/alchemy.gif); background-position:6% 50%; background-repeat:no-repeat;"><div style="margin-left:8px;"> SPECIAL</div></a>');
		document.write('<ul>');
		document.write('<li><a href="special/trailer.html">トレーラー</a></li>');
		document.write('<li><a href="http://www.bones.co.jp/hagaren_yota/" target="_blank">ブログ</a></li>');
		document.write('<li><a href="special/reports.html">レポート</a></li>');
		document.write('<li><a href="special/gadget.html">ガジェット&amp;ブログ パーツ</a></li>');
		document.write('<li><a href="special/interviews.html">インタビュー</a></li>');
		document.write('<li><li><a href="special/ac_news.html" style="background-image:url(images/menu_arrow.gif); background-position:6% 50%; background-repeat:no-repeat;"><div style="margin-left:5px;"> CENTRAL TIMES</div></a></li>');
		document.write('</ul></li>');
		/*-----------------LINKS-----------------*/
		document.write('<li><a href="links/index.html">LINK</a></li>');
		document.write('</ul>');
}


function ddmenu2() {
		document.write('<ul class="dropdown dropdown-horizontal">');
		/*-----------------HOME-----------------*/
		document.write('<li><div style="margin-left:3px;"><a href="../index.html">HOME</a></div></li>');
		/*-----------------NEWS-----------------*/
		document.write('<li><a href="../news/index.html">NEWS</a></li>');
		/*-----------------ABOUT-----------------*/
		document.write('<li><a href="../about/introduction.html" class="dir">ABOUT</a>');
		document.write('<ul>');
		document.write('<li><a href="../about/introduction.html">イントロダクション</a></li>');
		document.write('<li><a href="../about/story06.html">ストーリー</a></li>');
		document.write('<li><a href="../about/staffcast.html">スタッフ&amp;キャスト</a></li>');
		document.write('<li><a href="../about/artist.html">OP/ED アーティスト</a></li>');
		document.write('</ul></li>');
		/*-----------------CHARACTERS-----------------*/
		document.write('<li><a href="../characters/index01.html">CHARACTERS</a></li>');
		/*-----------------PRODUCTS-----------------*/
		document.write('<li><a href="../products/cd5.html" class="dir">PRODUCTS</a>');
		document.write('<ul>');
		document.write('<li><a href="../products/cd_comp.html">CD</a></li>');
		document.write('<li><a href="../products/dvd02.html">DVD/BD</a></li>');
		document.write('<li><a href="../products/books.html">BOOKS</a></li>');
		document.write('<li><a href="../products/game.html">ゲーム</a></li>');
		document.write('<li><a href="../products/etc.html">その他</a></li>');
		document.write('</ul></li>');
		/*-----------------SPECIAL-----------------*/
		document.write('<li><a href="../special/trailer.html" class="dir" style="background-image:url(../images/alchemy.gif); background-position:6% 50%; background-repeat:no-repeat;"><div style="margin-left:8px;"> SPECIAL</div></a>');
		document.write('<ul>');
		document.write('<li><a href="../special/trailer.html">トレーラー</a></li>');
		document.write('<li><a href="http://www.bones.co.jp/hagaren_yota/" target="_blank">ブログ</a></li>');
		document.write('<li><a href="../special/reports.html">レポート</a></li>');
		document.write('<li><a href="../special/gadget.html">ガジェット&amp;ブログ パーツ</a></li>');
		document.write('<li><a href="../special/interviews.html">インタビュー</a></li>');
		document.write('<li><a href="../special/ac_news.html" style="background-image:url(../images/menu_arrow.gif); background-position:6% 50%; background-repeat:no-repeat;"><div style="margin-left:5px;"> CENTRAL TIMES </div></a></li>');
		document.write('</ul></li>');
		/*-----------------LINKS-----------------*/
		document.write('<li><a href="../links/index.html">LINK</a></li>');
		document.write('</ul>');
}
