if(typeof Ajax == "undefined") Ajax={};
if(typeof Ajax.SearchBox == "undefined") Ajax.SearchBox={};
Ajax.SearchBox_class = function() {};
Object.extend(Ajax.SearchBox_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DrawSearchBox: function(strQueryID, strAdminQueryID, strFields, strValue, strParentValue, strParentQueryID, intPageSize, intCurrentPage, bolMultiSelect, strMultiValues, strIdioma) {
		return this.invoke("DrawSearchBox", {"strQueryID":strQueryID, "strAdminQueryID":strAdminQueryID, "strFields":strFields, "strValue":strValue, "strParentValue":strParentValue, "strParentQueryID":strParentQueryID, "intPageSize":intPageSize, "intCurrentPage":intCurrentPage, "bolMultiSelect":bolMultiSelect, "strMultiValues":strMultiValues, "strIdioma":strIdioma}, this.DrawSearchBox.getArguments().slice(11));
	},
	GetInfo: function(strQueryID, strFields, strValue, strParentValue, strParentQueryID, strIdioma) {
		return this.invoke("GetInfo", {"strQueryID":strQueryID, "strFields":strFields, "strValue":strValue, "strParentValue":strParentValue, "strParentQueryID":strParentQueryID, "strIdioma":strIdioma}, this.GetInfo.getArguments().slice(6));
	},
	GetFilter: function(sQueryID, strAdminQueryID, strParentValue, strParentQueryID) {
		return this.invoke("GetFilter", {"sQueryID":sQueryID, "strAdminQueryID":strAdminQueryID, "strParentValue":strParentValue, "strParentQueryID":strParentQueryID}, this.GetFilter.getArguments().slice(4));
	},
	GetPages: function(strQueryID, strAdminQueryID, strFields, strValue, strParentValue, strParentQueryID, intPageSize, strIdioma) {
		return this.invoke("GetPages", {"strQueryID":strQueryID, "strAdminQueryID":strAdminQueryID, "strFields":strFields, "strValue":strValue, "strParentValue":strParentValue, "strParentQueryID":strParentQueryID, "intPageSize":intPageSize, "strIdioma":strIdioma}, this.GetPages.getArguments().slice(8));
	},
	url: '/ajaxpro/ucSearchBox,App_Web_yhmlni2g.ashx'
}));
Ajax.SearchBox = new Ajax.SearchBox_class();


