if(typeof Netlogiq == "undefined") Netlogiq={};
if(typeof Netlogiq.Web == "undefined") Netlogiq.Web={};
if(typeof Netlogiq.Web.Controls == "undefined") Netlogiq.Web.Controls={};
if(typeof Netlogiq.Web.Controls.ProductSearch == "undefined") Netlogiq.Web.Controls.ProductSearch={};
Netlogiq.Web.Controls.ProductSearch_class = function() {};
Object.extend(Netlogiq.Web.Controls.ProductSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCitiesByCountry: function(CountryID) {
		return this.invoke("GetCitiesByCountry", {"CountryID":CountryID}, this.GetCitiesByCountry.getArguments().slice(1));
	},
	GetCitiesByRegion: function(RegionID) {
		return this.invoke("GetCitiesByRegion", {"RegionID":RegionID}, this.GetCitiesByRegion.getArguments().slice(1));
	},
	GetRegionsByCountry: function(CountryID) {
		return this.invoke("GetRegionsByCountry", {"CountryID":CountryID}, this.GetRegionsByCountry.getArguments().slice(1));
	},
	url: '/ajaxpro/Netlogiq.Web.Controls.ProductSearch,App_Web_tzc4agxp.ashx'
}));
Netlogiq.Web.Controls.ProductSearch = new Netlogiq.Web.Controls.ProductSearch_class();

