function LinkSelect(form, sel) {
	adrs = sel.options[sel.selectedIndex].value;
	if (adrs != "-")location.href = adrs;
}


function backNumber(n){

if(n==1){
var kaiso = "./"
}else if(n==2){
var kaiso = "../"
}else if(n==3){
var kaiso = "../../"
}


	document.write('<table width="500" bgcolor="#aaaaaa" cellpadding="1" cellspacing="0">')
	document.write('<tr><td>')
	document.write('<table width="100%" bgcolor="#FFFFFF" cellpadding="10" cellspacing="0">')
	document.write('<tr><td>')
	document.write('<div class="emtxt" style="line-height:170%">')
	
	document.write('<div align="left">')
	document.write('<form name="form1" method="post" action="">')
	document.write('<select name="select" onChange="LinkSelect(this.form, this)">')
	document.write('<option selected>過去の入札結果</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0912.html>平成21年12月（9件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0911.html>平成21年11月（4件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0910.html>平成21年10月（4件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0909.html>平成21年9月（10件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0908.html>平成21年8月（2件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0907.html>平成21年7月（4件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0906.html>平成21年6月（4件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0905.html>平成21年5月（3件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0904.html>平成21年4月（4件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0901.html>平成21年1月（8件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0811.html>平成20年11月（4件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0810.html>平成20年10月（7件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0809.html>平成20年9月（5件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0808.html>平成20年8月（1件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0807.html>平成20年7月（2件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0806.html>平成20年6月（4件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0805.html>平成20年5月（2件）</option>')
	document.write('<option value='+kaiso+'nyusatsu_month/nyusatsu0804.html>平成20年4月（4件）</option>')
	document.write('</select><br>')
	document.write('</form>')
	document.write('</div>')
	
	document.write('<a href="'+kaiso+'top.html">・入札情報TOPページ</a>')
	document.write('<br>')
	document.write('<a href="'+kaiso+'nyusatsu_month/nyusatsu1001.html">・平成22年1月（25件）</a>')
	document.write('<br>')	
	document.write('<a href="'+kaiso+'nyusatsu_month/nyusatsu1002.html">・平成22年2月（12件）</a>')
	document.write('<br>')	
	document.write('<a href="'+kaiso+'nyusatsu_month/nyusatsu1003.html">・平成22年3月（3件）</a>')
	document.write('<br>')	
	document.write('<a href="'+kaiso+'nyusatsu_month/nyusatsu1004.html">・平成22年4月（3件）</a>')
	document.write('<br>')	
	document.write('<a href="'+kaiso+'nyusatsu_month/nyusatsu1005.html">・平成22年5月（4件）</a>')
	document.write('<br>')	
	document.write('<a href="'+kaiso+'nyusatsu_month/nyusatsu1006.html">・平成22年6月（5件）</a>')
	document.write('</div>')
	document.write('</div>')
	document.write('</td></tr>')
	document.write('</table>')
	document.write('</td></tr>')
	document.write('</table><br>')
}
