//過去ページリンク部分(和文)
function back() {
		document.write('<li><A href="../2000/index.html">');
		document.write('<b>2000&nbsp;-&nbsp;1996</b></A></li>');
		document.close();
}
/*2011年になったらコメントはずす
function back() {
		document.write('<li><A href="../2010/index.html">');
		document.write('<b>2010&nbsp;-&nbsp;2001</b></A></li>');
		document.close();
}
ここまで*/

//過去ページリンク部分（英文）
function backe() {
		document.write('<li><A href="../2000/index_e.html">');
		document.write('<b>2000&nbsp;-&nbsp;1998</b></A></li>');
		document.close();
}
/*2011年になったらコメントはずす
function backe() {
		document.write('<li><A href="../2010/index_e.html">');
		document.write('<b>2010&nbsp;-&nbsp;2001</b></A></li>');
		document.close();
}
ここまで*/

//2000年〜1996年のニュースリリースメニュー(和文)
function menu() {
		document.write('<a href="../2000/index.html">');
		document.write('<b>2000</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../1999/index.html">');
		document.write('<b>1999</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../1998/index.html">');
		document.write('<b>1998</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../1997/index.html">');
		document.write('<b>1997</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../1996/index.html">');
		document.write('<b>1996</b></a>');
		document.write('&nbsp;-');
		document.close();
}

/*2010年〜2001年のページ（2011年になったらコメントはずす）
function menu2() {
		document.write('<a href="../2010/index.html">');
		document.write('<b>2010</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2009/index.html">');
		document.write('<b>2009</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2008/index.html">');
		document.write('<b>2008</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2007/index.html">');
		document.write('<b>2007</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2006/index.html">');
		document.write('<b>2006</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2005/index.html">');
		document.write('<b>2005</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2004/index.html">');
		document.write('<b>2004</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2003/index.html">');
		document.write('<b>2003</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2002/index.html">');
		document.write('<b>2002</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2001/index.html">');
		document.write('<b>2001</b></a>');
		document.write('&nbsp;-');
		document.close();
}
ここまで*/

//2000年〜1998年のニュースリリースメニュー(英文)

function menue() {
		document.write('<a href="../2000/index_e.html">');
		document.write('<b>2000</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../1999/index_e.html">');
		document.write('<b>1999</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../1998/index_e.html">');
		document.write('<b>1998</b></a>');
		document.write('&nbsp;-');
		document.close();
}
/*2010年〜2001年のページ（2011年になったらコメントはずす）

function menue2() {
		document.write('<a href="../2010/index_e.html">');
		document.write('<b>2010</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2009/index_e.html">');
		document.write('<b>2009</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2008/index_e.html">');
		document.write('<b>2008</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2007/index_e.html">');
		document.write('<b>2007</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2006/index_e.html">');
		document.write('<b>2006</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2005/index_e.html">');
		document.write('<b>2005</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2004/index_e.html">');
		document.write('<b>2004</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2003/index_e.html">');
		document.write('<b>2003</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2002/index_e.html">');
		document.write('<b>2002</b></a>');
		document.write('&nbsp;-&nbsp;');
		document.write('<a href="../2001/index_e.html">');
		document.write('<b>2001</b></a>');
		document.write('&nbsp;-');
		document.close();
}

ここまで*/