if(typeof AjaxCalls == "undefined") AjaxCalls={};
AjaxCalls_class = function() {};
Object.extend(AjaxCalls_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetComments: function(sectionIndex, categoryIndex, imageIndex) {
		return this.invoke("GetComments", {"sectionIndex":sectionIndex, "categoryIndex":categoryIndex, "imageIndex":imageIndex}, this.GetComments.getArguments().slice(3));
	},
	AddComment: function(sectionIndex, categoryIndex, imageIndex, author, comment) {
		return this.invoke("AddComment", {"sectionIndex":sectionIndex, "categoryIndex":categoryIndex, "imageIndex":imageIndex, "author":author, "comment":comment}, this.AddComment.getArguments().slice(5));
	},
	SendSalesEmail: function(addressFrom, nameFrom, subject, messageBody) {
		return this.invoke("SendSalesEmail", {"addressFrom":addressFrom, "nameFrom":nameFrom, "subject":subject, "messageBody":messageBody}, this.SendSalesEmail.getArguments().slice(4));
	},
	Translate: function(keyword) {
		return this.invoke("Translate", {"keyword":keyword}, this.Translate.getArguments().slice(1));
	},
	GetPreviousImageData: function(sectioNindex, categoryIndex, imageIndex, salesMode) {
		return this.invoke("GetPreviousImageData", {"sectioNindex":sectioNindex, "categoryIndex":categoryIndex, "imageIndex":imageIndex, "salesMode":salesMode}, this.GetPreviousImageData.getArguments().slice(4));
	},
	GetNextImageData: function(sectioNindex, categoryIndex, imageIndex, salesMode) {
		return this.invoke("GetNextImageData", {"sectioNindex":sectioNindex, "categoryIndex":categoryIndex, "imageIndex":imageIndex, "salesMode":salesMode}, this.GetNextImageData.getArguments().slice(4));
	},
	url: '/ajaxpro/AjaxCalls,App_Code.7ps4nhua.ashx'
}));
AjaxCalls = new AjaxCalls_class();


