if(typeof CPSHomes == "undefined") CPSHomes={};
CPSHomes.repayment_class = function() {};
Object.extend(CPSHomes.repayment_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Call_Back: function(cName, cTel, mAmount, mPeriod, mRate, income1, income2) {
		return this.invoke("Call_Back", {"cName":cName, "cTel":cTel, "mAmount":mAmount, "mPeriod":mPeriod, "mRate":mRate, "income1":income1, "income2":income2}, this.Call_Back.getArguments().slice(7));
	},
	Fact_Find: function(cname, ctel, cmob, cemail, cadd1, cadd2, ccity, ccounty, cpcode, cearn, commarray, mAmount, mPeriod, mRate, income1, income2) {
		return this.invoke("Fact_Find", {"cname":cname, "ctel":ctel, "cmob":cmob, "cemail":cemail, "cadd1":cadd1, "cadd2":cadd2, "ccity":ccity, "ccounty":ccounty, "cpcode":cpcode, "cearn":cearn, "commarray":commarray, "mAmount":mAmount, "mPeriod":mPeriod, "mRate":mRate, "income1":income1, "income2":income2}, this.Fact_Find.getArguments().slice(16));
	},
	url: '/ajaxpro/CPSHomes.repayment,CPSHomes.ashx'
}));
CPSHomes.repayment = new CPSHomes.repayment_class();


