addNamespace("dcms_ProductList");
dcms_ProductList_class = Class.create();
Object.extend(dcms_ProductList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	InsertMess: function(companyName, linkName, tel, facsimile, phone, email, netAddress, address, postCode, disc, p_ProString) {
		return this.invoke("InsertMess", {"companyName":companyName, "linkName":linkName, "tel":tel, "facsimile":facsimile, "phone":phone, "email":email, "netAddress":netAddress, "address":address, "postCode":postCode, "disc":disc, "p_ProString":p_ProString}, this.InsertMess.getArguments().slice(11));
	},
	initialize: function() {
		this.url = '/ajaxpro/dcms_ProductList,Web_deploy.ashx';
	}
}));
dcms_ProductList = new dcms_ProductList_class();

