
function backnumber(){
				document.write('<FORM Method="POST" Name="LINK">');
				document.write('<SELECT NAME="selLink" onChange="LinkSelect(this.form, this)" style="background:#FFD3DA;font-size: 10pt; color:#990033; font-weight: bold;">');
				document.write('<OPTION Value="-" SELECTED>バックナンバー');
				document.write('<OPTION Value="index.html">今回のページ');
				document.write('<OPTION Value="0507.html">2005年７月号');
				document.write('<OPTION Value="0506.html">2005年６月号');
				document.write('<OPTION Value="0505.html">2005年５月号');
				document.write('<OPTION Value="0504.html">2005年４月号');
				document.write('<OPTION Value="0503.html">2005年３月号');
				document.write('<OPTION Value="0501.html">2005年１月号');
				document.write('<OPTION Value="0312.html">2003年12月号');
				document.write('</SELECT>');
				document.write('</FORM>');
}