function search(fo_obj) {
	var oFilter = new XmlJsFilter(fo_obj, "board", "", completeSearch);
	oFilter.addFieldItem("search_target",true,0,0,"","");
	oFilter.addFieldItem("search_keyword",true,0,40,"","");
	oFilter.addParameterItem("mid","mid");
	oFilter.addParameterItem("search_target","search_target");
	oFilter.addParameterItem("search_keyword","search_keyword");
	oFilter.addResponseItem("error");
	oFilter.addResponseItem("message");
	return oFilter.proc();
}
alertMsg["search_target"] = "Target for Search";
alertMsg["search_keyword"] = "Keyword";
alertMsg["mid"] = "Module Name";
target_type_list["search_target"] = "";
target_type_list["search_keyword"] = "";
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";

