function insert_comment(fo_obj) {
	var oFilter = new XmlJsFilter(fo_obj, "board", "procBoardInsertComment", completeInsertComment);
	oFilter.addFieldItem("document_srl",true,0,0,"","");
	oFilter.addFieldItem("nick_name",true,0,20,"","");
	oFilter.addFieldItem("password",true,0,0,"","");
	oFilter.addFieldItem("email_address",false,0,250,"","");
	oFilter.addFieldItem("homepage",false,0,250,"","");
	oFilter.addFieldItem("content",true,1,0,"","");
	oFilter.addParameterItem("mid","mid");
	oFilter.addParameterItem("document_srl","document_srl");
	oFilter.addParameterItem("comment_srl","comment_srl");
	oFilter.addParameterItem("parent_srl","parent_srl");
	oFilter.addParameterItem("nick_name","nick_name");
	oFilter.addParameterItem("password","password");
	oFilter.addParameterItem("email_address","email_address");
	oFilter.addParameterItem("homepage","homepage");
	oFilter.addParameterItem("content","content");
	oFilter.addParameterItem("is_secret","is_secret");
	oFilter.addParameterItem("notify_message","notify_message");
	oFilter.addResponseItem("error");
	oFilter.addResponseItem("message");
	oFilter.addResponseItem("mid");
	oFilter.addResponseItem("document_srl");
	oFilter.addResponseItem("comment_srl");
	return oFilter.proc();
}
alertMsg["document_srl"] = "書き込み番号";
alertMsg["nick_name"] = "ニックネーム";
alertMsg["password"] = "パスワード";
alertMsg["email_address"] = "メールアドレス";
alertMsg["homepage"] = "ホームページ";
alertMsg["content"] = "内容";
alertMsg["mid"] = "モジュール名";
alertMsg["comment_srl"] = "comment_srl";
alertMsg["parent_srl"] = "parent_srl";
alertMsg["is_secret"] = "is_secret";
alertMsg["notify_message"] = "notify_message";
target_type_list["document_srl"] = "";
target_type_list["nick_name"] = "";
target_type_list["password"] = "";
target_type_list["email_address"] = "";
target_type_list["homepage"] = "";
target_type_list["content"] = "";
alertMsg["isnull"] = "%sを入力して下さい。";
alertMsg["outofrange"] = "%sの文字の長さを合わせて下さい。";
alertMsg["equalto"] = "%sが正しくありません。";
alertMsg["invalid_email"] = "%sのパターンが正しくありません。 (例: zbxe@xepressengine.com)";
alertMsg["invalid_userid"] = "%sの形式が正しくありません。\n半角の英数と記号「_」を組み合わせて入力して下さい。頭字は半角英文字でなければなりません。";
alertMsg["invalid_user_id"] = "%sの形式が正しくありません。\n半角の英数と記号「_」を組み合わせて入力して下さい。頭字は半角英文字でなければなりません。";
alertMsg["invalid_homepage"] = "%sの形式が正しくありません。 (例: http://www.xepressengine.com)";
alertMsg["invalid_korean"] = "%sの形式が正しくありません。ハングルのみ入力して下さい。";
alertMsg["invalid_korean_number"] = "%sの形式が正しくありません。ハングルと半角数字で入力して下さい。";
alertMsg["invalid_alpha"] = "%sの形式が正しくありません。半角英文字のみ入力して下さい。";
alertMsg["invalid_alpha_number"] = "%sの形式が正しくありません。半角英数で入力して下さい。";
alertMsg["invalid_number"] = "%sの形式が正しくありません。半角数字で入力して下さい。";

