if(typeof CorPro == "undefined") CorPro={};
if(typeof CorPro.ViewProperty == "undefined") CorPro.ViewProperty={};
CorPro.ViewProperty_class = function() {};
Object.extend(CorPro.ViewProperty_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendMail: function(FullName, TelNo, Cell, Email, Country, Items, comment) {
		return this.invoke("SendMail", {"FullName":FullName, "TelNo":TelNo, "Cell":Cell, "Email":Email, "Country":Country, "Items":Items, "comment":comment}, this.SendMail.getArguments().slice(7));
	},
	url: '/vbwrapper/CorPro.ViewProperty,CorPro.ashx'
}));
CorPro.ViewProperty = new CorPro.ViewProperty_class();


