t_index_class = Class.create();
Object.extend(t_index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateIDNO: function(idtype, idno) {
		return this.invoke("ValidateIDNO", {"idtype":idtype, "idno":idno}, this.ValidateIDNO.getArguments().slice(2));
	},
	GetAgeByIDNO: function(idtype, idno) {
		return this.invoke("GetAgeByIDNO", {"idtype":idtype, "idno":idno}, this.GetAgeByIDNO.getArguments().slice(2));
	},
	initialize: function() {
		this.url = '/TKDweb/ajaxpro/t_index,App_Web_nmxjvexk.ashx';
	}
}));
t_index = new t_index_class();


