addNamespace("GSubject");
GSubject.WebForm1_class = Class.create();
GSubject.WebForm1_class.prototype = (new AjaxPro.Request()).extend({
	sendMail: function(name, mail, content, callback) {
		return this.invoke("sendMail", {"name":name, "mail":mail, "content":content}, callback);
	},
	getSyb: function(name, email, corpname, tel, fax, addr, post, dept, postion, zyhy, corplevel, sps08, sps09, callback) {
		return this.invoke("getSyb", {"name":name, "email":email, "corpname":corpname, "tel":tel, "fax":fax, "addr":addr, "post":post, "dept":dept, "postion":postion, "zyhy":zyhy, "corplevel":corplevel, "sps08":sps08, "sps09":sps09}, callback);
	},
	initialize: function() {
		this.url = "/GSubject/ajaxpro/GSubject.WebForm1,GSubject.ashx";
	}
})
GSubject.WebForm1 = new GSubject.WebForm1_class();

