if(typeof ust == "undefined") ust={};
ust_class = function() {};
Object.extend(ust_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPoints: function(xpt, ypt) {
		return this.invoke("GetPoints", {"xpt":xpt, "ypt":ypt}, this.GetPoints.getArguments().slice(2));
	},
	url: '/ENVIRONMENT/LWM/USTMAP/ajaxpro/ust,App_Web_lggncrvn.ashx'
}));
ust = new ust_class();

