if(typeof Advanced == "undefined") Advanced={};
Advanced_class = function() {};
Object.extend(Advanced_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxNormalizeString: function(strValue) {
		return this.invoke("AjaxNormalizeString", {"strValue":strValue}, this.AjaxNormalizeString.getArguments().slice(1));
	},
	AjaxSearch: function(sValue1, sValue2, sValue3, strParam1, strParam2, strParam3, strMatch1, strMatch2, strMatch3, iOpt1, iOpt2, strLanguage, strMedium, strAudience, strCollectionType, strPublishedFrom, strPublishedTo, strLibraryID, strSortBy) {
		return this.invoke("AjaxSearch", {"sValue1":sValue1, "sValue2":sValue2, "sValue3":sValue3, "strParam1":strParam1, "strParam2":strParam2, "strParam3":strParam3, "strMatch1":strMatch1, "strMatch2":strMatch2, "strMatch3":strMatch3, "iOpt1":iOpt1, "iOpt2":iOpt2, "strLanguage":strLanguage, "strMedium":strMedium, "strAudience":strAudience, "strCollectionType":strCollectionType, "strPublishedFrom":strPublishedFrom, "strPublishedTo":strPublishedTo, "strLibraryID":strLibraryID, "strSortBy":strSortBy}, this.AjaxSearch.getArguments().slice(19));
	},
	url: '/Library/ajaxpro/Advanced,App_Web_sujpphn2.ashx'
}));
Advanced = new Advanced_class();

