//================================================================
// バックナンバーの表示
//================================================================
function DspNewsBNo_CTS(){
	document.write("<p align=center>");
	document.write("<div><center>");
	document.write("<a name=lnk>");
	document.write("<form METHOD=POST NAME=LINK>");
	document.write("<select NAME=MENU onChange=LinkGoTop(this.options[this.selectedIndex].value)>");
	document.write("<option VALUE='-' />バックナンバーです</option>");
	document.write("<option VALUE='protector.html'>保護者対象進学相談会開催のお知らせ</option>");
	document.write("<option VALUE='cts52.html'>CTSをご自由に見学できる特別企画のお知らせ</option>");
	document.write("<option VALUE='c_festa_invitation.html'>チュウオウフェスティバル開催のお知らせ</option>");
	document.write("<option VALUE='r_japan2010.html'>2010ラリージャパン参加！</option>");
	document.write("<option VALUE='report001.html'>１級自動車整備士を目指すならCTS！</option>");
	document.write("<option VALUE='openc.html'>オープンキャンパス2010 開催のお知らせ</option>");
	document.write("<option VALUE='c_festa.html'>チュウオウフェスティバル2010が開催されました</option>");
	document.write("<option VALUE='openc.html'>オープンキャンパス２ 開催のお知らせ</option>");
	document.write("<option VALUE='what03.html'>CTSの大学併習制度について</option>");
	document.write("<option VALUE='openc.html#news'>急告!保護者対象学校説明会開催決定!!</option>");
	document.write("<option VALUE='to_you.html'>現在の自動車産業界に対する業界からのメッセージ</option>");
	document.write("<option VALUE='r_japan2008.html'>2008ラリージャパン参加！</option>");
	document.write("<option VALUE='report002.html'>新たな歴史が刻まれた!JOY耐総合7位を獲得!!</option>");
	document.write("</select>");
	document.write("</form></a>");
	document.write("</center></div>");
	document.write("</p>");
}


