if(typeof AjaxFunctions == "undefined") AjaxFunctions={};
AjaxFunctions_class = function() {};
Object.extend(AjaxFunctions_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMunicipalitiesThatStartWith: function(strName) {
		return this.invoke("GetMunicipalitiesThatStartWith", {"strName":strName}, this.GetMunicipalitiesThatStartWith.getArguments().slice(1));
	},
	GetPlantsByMuniCode: function(strMuniCode, strCommunity) {
		return this.invoke("GetPlantsByMuniCode", {"strMuniCode":strMuniCode, "strCommunity":strCommunity}, this.GetPlantsByMuniCode.getArguments().slice(2));
	},
	GetPlantsByLetter: function(chrLetter) {
		return this.invoke("GetPlantsByLetter", {"chrLetter":chrLetter}, this.GetPlantsByLetter.getArguments().slice(1));
	},
	GetDefinition: function(strWord, strWords) {
		return this.invoke("GetDefinition", {"strWord":strWord, "strWords":strWords}, this.GetDefinition.getArguments().slice(2));
	},
	GetCategories: function(intApprovalID) {
		return this.invoke("GetCategories", {"intApprovalID":intApprovalID}, this.GetCategories.getArguments().slice(1));
	},
	GetStations: function(strParentStationNo) {
		return this.invoke("GetStations", {"strParentStationNo":strParentStationNo}, this.GetStations.getArguments().slice(1));
	},
	GetFrequencies: function(strStationNo) {
		return this.invoke("GetFrequencies", {"strStationNo":strStationNo}, this.GetFrequencies.getArguments().slice(1));
	},
	GetParameters: function(strStationNo, strFrequencyCode) {
		return this.invoke("GetParameters", {"strStationNo":strStationNo, "strFrequencyCode":strFrequencyCode}, this.GetParameters.getArguments().slice(2));
	},
	url: '/apps/RegulatedDWQ/ajaxpro/AjaxFunctions,App_Code.ashx'
}));
AjaxFunctions = new AjaxFunctions_class();


