// ２階層目共通メニュー
function disp_sideBar(){
	document.writeln('<a href="/tb/yamato/"><img src="/tb/yamato/img/yamato_rogo.gif" name="main_rogo" border="0" id="main_rogo"></a>');
	document.writeln('<ul id="cont_menu">');
	document.writeln('<li><a class="m_dvd" href="/tb/yamato/dvd_box.html"><em>DVD-BOX</em></a></li>');
	document.writeln('<li><a class="m_blog" href="http://www.dot-anime.com/blog/yamato_blog/"><em>BLOG</em></a><img src="/tb/yamato/img/new.gif" name="NEW" border="0" class="imgNew"></li>');
	document.writeln('<li><a class="m_about" href="/tb/yamato/about/"><em>ABOUT YAMATO</em></a></li>');
	document.writeln('<li><a class="m_yamatoI" href="/tb/yamato/i-kit/"><em>INJECTION KIT</em></a></li>');
	document.writeln('<li><a class="m_interview" href="/tb/yamato/interviews/01_1.html"><em>INTERVIEWS</em></a></li>');
	document.writeln('<li><a class="m_spTalk" href="/tb/yamato/sp_talk/"><em>SPECIAL TALK</em></a><img src="/tb/yamato/img/new.gif" name="NEW" border="0" class="imgNew"></li>');
	document.writeln('<li><a class="m_wpDL" href="/tb/yamato/wallpaper.html"><em>壁紙ダウンロード</em></a></li>');
	document.writeln('</ul>');
	document.writeln('<ul id="cont_menu_msg">');
	document.writeln('<li><a class="msg_nishi" href="/tb/yamato/msg_nishizaki.html" onClick="window.open(this.href,\'message\',\'width=490,height=380,resizable=yes,scrollbars=yes\'); return false"><em>Message from 西崎義展</em></a></li>');
	document.writeln('<li><a class="msg_anno" href="/tb/yamato/msg_anno.html" onClick="window.open(this.href,\'message\',\'width=490,height=380,resizable=yes,scrollbars=yes\'); return false"><em>Message from 庵野秀明</em></a></li>');
	document.writeln('</ul>');
	document.writeln('<ul id="cont_menu_sp">');
	document.writeln('<li><a class="sp_hig" href="/tb/yamato/special/01_1.html"><em>INTERVIEW 樋口真嗣監督</em></a></li>');
	document.writeln('</ul>');
	document.writeln('');
}
