addNamespace("Ctl_App_index_MapAndImg");
Ctl_App_index_MapAndImg_class = Class.create();
Object.extend(Ctl_App_index_MapAndImg_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxViewPrice: function(name) {
		return this.invoke("AjaxViewPrice", {"name":name}, this.AjaxViewPrice.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/Ctl_App_index_MapAndImg,App_Web_wbre-flw.ashx';
	}
}));
Ctl_App_index_MapAndImg = new Ctl_App_index_MapAndImg_class();

