if(typeof StoreFront == "undefined") StoreFront={};
if(typeof StoreFront.StoreFront == "undefined") StoreFront.StoreFront={};
if(typeof StoreFront.StoreFront.SearchForm == "undefined") StoreFront.StoreFront.SearchForm={};
StoreFront.StoreFront.SearchForm_class = function() {};
Object.extend(StoreFront.StoreFront.SearchForm_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SearchServer: function(categoryId, serverName) {
		return this.invoke("SearchServer", {"categoryId":categoryId, "serverName":serverName}, this.SearchServer.getArguments().slice(2));
	},
	url: '/ajaxpro/StoreFront.StoreFront.SearchForm,StoreFront.ashx'
}));
StoreFront.StoreFront.SearchForm = new StoreFront.StoreFront.SearchForm_class();

