if(typeof Simple == "undefined") Simple={};
Simple_class = function() {};
Object.extend(Simple_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	hidebUseARRCLexile: function(cboLibraryID) {
		return this.invoke("hidebUseARRCLexile", {"cboLibraryID":cboLibraryID}, this.hidebUseARRCLexile.getArguments().slice(1));
	},
	AjaxSearch: function(ARSearchType, ARTestNoFrom, ARTestNoTo, ARPointsFrom, ARPointsTo, ARInterestLevel, RCInterestLevel, ARReadingLevelFrom, ARReadingLevelTo, LexileType, LexileFrom, LexileTo, SearchHistory, iSearchMethod, strSearchBy, strOrderBy, strLibraryID, strCollection, sValue, bShowNew) {
		return this.invoke("AjaxSearch", {"ARSearchType":ARSearchType, "ARTestNoFrom":ARTestNoFrom, "ARTestNoTo":ARTestNoTo, "ARPointsFrom":ARPointsFrom, "ARPointsTo":ARPointsTo, "ARInterestLevel":ARInterestLevel, "RCInterestLevel":RCInterestLevel, "ARReadingLevelFrom":ARReadingLevelFrom, "ARReadingLevelTo":ARReadingLevelTo, "LexileType":LexileType, "LexileFrom":LexileFrom, "LexileTo":LexileTo, "SearchHistory":SearchHistory, "iSearchMethod":iSearchMethod, "strSearchBy":strSearchBy, "strOrderBy":strOrderBy, "strLibraryID":strLibraryID, "strCollection":strCollection, "sValue":sValue, "bShowNew":bShowNew}, this.AjaxSearch.getArguments().slice(20));
	},
	AjaxNormalizeString: function(strValue) {
		return this.invoke("AjaxNormalizeString", {"strValue":strValue}, this.AjaxNormalizeString.getArguments().slice(1));
	},
	url: '/Library/ajaxpro/Simple,App_Web_ewu9gyxo.ashx'
}));
Simple = new Simple_class();

