if(typeof controls_panel_home == "undefined") controls_panel_home={};
controls_panel_home_class = function() {};
Object.extend(controls_panel_home_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMenu: function() {
		return this.invoke("GetMenu", {}, this.GetMenu.getArguments().slice(0));
	},
	Search: function(GroupID, ItemType) {
		return this.invoke("Search", {"GroupID":GroupID, "ItemType":ItemType}, this.Search.getArguments().slice(2));
	},
	GetBestSeller: function() {
		return this.invoke("GetBestSeller", {}, this.GetBestSeller.getArguments().slice(0));
	},
	url: '/ajaxpro/controls_panel_home,techland.ashx'
}));
controls_panel_home = new controls_panel_home_class();

