if(typeof ProcessInfo == "undefined") ProcessInfo={};
ProcessInfo_class = function() {};
Object.extend(ProcessInfo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDefaultPosition: function() {
		return this.invoke("GetDefaultPosition", {}, this.GetDefaultPosition.getArguments().slice(0));
	},
	PhotoGallery_GetList: function(hotspot) {
		return this.invoke("PhotoGallery_GetList", {"hotspot":hotspot}, this.PhotoGallery_GetList.getArguments().slice(1));
	},
	url: '/1650km/ProcessInfo,App_Code.ashx'
}));
ProcessInfo = new ProcessInfo_class();


