///////////////////////////////////////////////////////////////////////
//
//	ファイル名	: topics_contents.js
//	機能		: 次回例会関係処理
//	引数		: 無し
//	戻り値		: 無し
//	備考		: 無し
//
///////////////////////////////////////////////////////////////////////

//
// 定義		: onNewRelease
// 機能		: 最新号リンク・ボタンクリック時処理
// 引数		: 例会ID
// 戻り値	: なし
// 備考		: なし
//
function onNewRelease()
{
	// 遷移
	document.form_topics_contents.action = js_getBaseurl() + "/index.php/official/maga-detail.html";
	document.form_topics_contents.submit();
}


