if(typeof VDN == "undefined") VDN={};
if(typeof VDN.VDNAjax == "undefined") VDN.VDNAjax={};
VDN.VDNAjax_class = function() {};
Object.extend(VDN.VDNAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GlobalSearch: function(keyword) {
		return this.invoke("GlobalSearch", {"keyword":keyword}, this.GlobalSearch.getArguments().slice(1));
	},
	FormSave: function(FirstName, LastName, Company, JobTitle, Address, Apt, City, State, Zip, Phone, EmailAddress, ContactPreference, Product, Solution, Comment) {
		return this.invoke("FormSave", {"FirstName":FirstName, "LastName":LastName, "Company":Company, "JobTitle":JobTitle, "Address":Address, "Apt":Apt, "City":City, "State":State, "Zip":Zip, "Phone":Phone, "EmailAddress":EmailAddress, "ContactPreference":ContactPreference, "Product":Product, "Solution":Solution, "Comment":Comment}, this.FormSave.getArguments().slice(15));
	},
	url: '/ajaxpro/VDN.VDNAjax,VDNSite_deploy.ashx'
}));
VDN.VDNAjax = new VDN.VDNAjax_class();

