if(typeof Index == "undefined") Index={};
Index_class = function() {};
Object.extend(Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Invest: function(inv_id, inv_re1, inv_re2, inv_re3, inv_re4, inv_re5) {
		return this.invoke("Invest", {"inv_id":inv_id, "inv_re1":inv_re1, "inv_re2":inv_re2, "inv_re3":inv_re3, "inv_re4":inv_re4, "inv_re5":inv_re5}, this.Invest.getArguments().slice(6));
	},
	url: '/ajaxpro/Index,App_Web_kcz9z884.ashx'
}));
Index = new Index_class();

