addNamespace("KMCH_Physiotherapy");
KMCH_Physiotherapy.index1_class = Class.create();
KMCH_Physiotherapy.index1_class.prototype = (new AjaxPro.AjaxClass()).extend({
	fnDisplay: function() {
		return this.invoke("fnDisplay", {}, this.fnDisplay.getArguments().slice(0));
	},
	initialize: function() {
		this.url = '/ajaxpro/KMCH_Physiotherapy.index1,KMCH Physiotherapy.ashx';
	}
});
KMCH_Physiotherapy.index1 = new KMCH_Physiotherapy.index1_class();


