if(typeof WattBike == "undefined") WattBike={};
if(typeof WattBike.CommerceLive == "undefined") WattBike.CommerceLive={};
if(typeof WattBike.CommerceLive.WebService == "undefined") WattBike.CommerceLive.WebService={};
WattBike.CommerceLive.WebService.Lead_class = function() {};
Object.extend(WattBike.CommerceLive.WebService.Lead_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetView: function(LeadID, View) {
		return this.invoke("SetView", {"LeadID":LeadID, "View":View}, this.SetView.getArguments().slice(2));
	},
	ChangeFontSize: function(upDown) {
		return this.invoke("ChangeFontSize", {"upDown":upDown}, this.ChangeFontSize.getArguments().slice(1));
	},
	SendEmail: function(url, fromEmail, toEmail) {
		return this.invoke("SendEmail", {"url":url, "fromEmail":fromEmail, "toEmail":toEmail}, this.SendEmail.getArguments().slice(3));
	},
	url: '/ajaxpro/WattBike.CommerceLive.WebService.Lead,WattBike.CommerceLive.ashx'
}));
WattBike.CommerceLive.WebService.Lead = new WattBike.CommerceLive.WebService.Lead_class();

