if(typeof Commercial_CommercialView == "undefined") Commercial_CommercialView={};
Commercial_CommercialView_class = function() {};
Object.extend(Commercial_CommercialView_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDates: function(storeid) {
		return this.invoke("GetDates", {"storeid":storeid}, this.GetDates.getArguments().slice(1));
	},
	url: '/ajaxpro/Commercial_CommercialView,NewVeloWeb.ashx'
}));
Commercial_CommercialView = new Commercial_CommercialView_class();


