addNamespace("Templates_Template4");
Templates_Template4_class = function() {};
Object.extend(Templates_Template4_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetImageNames: function(temp4Item) {
		return this.invoke("GetImageNames", {"temp4Item":temp4Item}, this.GetImageNames.getArguments().slice(1));
	},
	IsItemEngravable: function(temp4item) {
		return this.invoke("IsItemEngravable", {"temp4item":temp4item}, this.IsItemEngravable.getArguments().slice(1));
	},
	ForDrpBacking: function(ItemID) {
		return this.invoke("ForDrpBacking", {"ItemID":ItemID}, this.ForDrpBacking.getArguments().slice(1));
	},
	GetSpecialOfferDiscounts: function(temp4item, itemprice) {
		return this.invoke("GetSpecialOfferDiscounts", {"temp4item":temp4item, "itemprice":itemprice}, this.GetSpecialOfferDiscounts.getArguments().slice(2));
	},
	GetChildItemID: function(ParentItemID, StoneType) {
		return this.invoke("GetChildItemID", {"ParentItemID":ParentItemID, "StoneType":StoneType}, this.GetChildItemID.getArguments().slice(2));
	},
	SendFeedBackEmail: function(Name, Email, Feedback, itemid) {
		return this.invoke("SendFeedBackEmail", {"Name":Name, "Email":Email, "Feedback":Feedback, "itemid":itemid}, this.SendFeedBackEmail.getArguments().slice(4));
	},
	gentaremail: function(from, to, tosecond, subject, body) {
		return this.invoke("gentaremail", {"from":from, "to":to, "tosecond":tosecond, "subject":subject, "body":body}, this.gentaremail.getArguments().slice(5));
	},
	sendMails: function(strItemId, firstName, from, to, subject, message) {
		return this.invoke("sendMails", {"strItemId":strItemId, "firstName":firstName, "from":from, "to":to, "subject":subject, "message":message}, this.sendMails.getArguments().slice(6));
	},
	SendFeedBackEmailrac: function(Name, Email, telno, txtdate, txtzone, txthrs, txtmins, txtampm, summary, radiorac, itmid) {
		return this.invoke("SendFeedBackEmailrac", {"Name":Name, "Email":Email, "telno":telno, "txtdate":txtdate, "txtzone":txtzone, "txthrs":txthrs, "txtmins":txtmins, "txtampm":txtampm, "summary":summary, "radiorac":radiorac, "itmid":itmid}, this.SendFeedBackEmailrac.getArguments().slice(11));
	},
	ShowCartitem: function(carttypecount) {
		return this.invoke("ShowCartitem", {"carttypecount":carttypecount}, this.ShowCartitem.getArguments().slice(1));
	},
	showreview: function(itemno) {
		return this.invoke("showreview", {"itemno":itemno}, this.showreview.getArguments().slice(1));
	},
	Getdata: function() {
		return this.invoke("Getdata", {}, this.Getdata.getArguments().slice(0));
	},
	url: '/ajaxpro/Templates_Template4,App_Web_template4.aspx.d78c169f.ashx'
}));
Templates_Template4 = new Templates_Template4_class();


