function input_password(fo_obj) {
	var oFilter = new XmlJsFilter(fo_obj, "board", "procBoardVerificationPassword", filterAlertMessage);
	oFilter.addFieldItem("document_srl",true,0,0,"","");
	oFilter.addFieldItem("password",true,0,0,"","");
	oFilter.addParameterItem("mid","mid");
	oFilter.addParameterItem("document_srl","document_srl");
	oFilter.addParameterItem("comment_srl","comment_srl");
	oFilter.addParameterItem("password","password");
	oFilter.addResponseItem("error");
	oFilter.addResponseItem("message");
	return oFilter.proc();
}
alertMsg["document_srl"] = "Doc. No.";
alertMsg["password"] = "Password";
alertMsg["mid"] = "Module Name";
alertMsg["comment_srl"] = "comment_srl";
target_type_list["document_srl"] = "";
target_type_list["password"] = "";
alertMsg["isnull"] = "Please input a value for %s";
alertMsg["outofrange"] = "Please align the text length of %s";
alertMsg["equalto"] = "The value of %s is invalid";
alertMsg["invalid_email"] = "The format of %s is invalid. ex) zbxe@zeroboard.com";
alertMsg["invalid_userid"] = "The format of %s is invalid.\nAll values should consist of alphabets, numbers or underscore(_) and the first letter should be alphabet";
alertMsg["invalid_user_id"] = "The format of %s is invalid.\nAll values should consist of alphabets, numbers or underscore(_) and the first letter should be alphabet";
alertMsg["invalid_homepage"] = "The format of %s is invalid. ex) http://www.zeroboard.com";
alertMsg["invalid_korean"] = "The format of %s is invalid. Please input Korean only";
alertMsg["invalid_korean_number"] = "The format of %s is invalid. Please input Korean or numbers";
alertMsg["invalid_alpha"] = "The format of %s is invalid. Please input alphabets only";
alertMsg["invalid_alpha_number"] = "The format of %s is invalid. Please input alphabets or numbers";
alertMsg["invalid_number"] = "The format of %s is invalid. Please input numbers only";
