if(typeof Modules_FaitesVosCourses_ProductDetail == "undefined") Modules_FaitesVosCourses_ProductDetail={};
Modules_FaitesVosCourses_ProductDetail_class = function() {};
Object.extend(Modules_FaitesVosCourses_ProductDetail_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PopUp: function(proId) {
		return this.invoke("PopUp", {"proId":proId}, this.PopUp.getArguments().slice(1));
	},
	CommentProduct: function(rating, title, comment, proId, nickName) {
		return this.invoke("CommentProduct", {"rating":rating, "title":title, "comment":comment, "proId":proId, "nickName":nickName}, this.CommentProduct.getArguments().slice(5));
	},
	url: '/ajaxpro/Modules_FaitesVosCourses_ProductDetail,App_Web_productdetail.aspx.c931e626.ashx'
}));
Modules_FaitesVosCourses_ProductDetail = new Modules_FaitesVosCourses_ProductDetail_class();

