if(typeof Viking == "undefined") Viking={};
if(typeof Viking.Web == "undefined") Viking.Web={};
if(typeof Viking.Web.WebControls == "undefined") Viking.Web.WebControls={};
Viking.Web.WebControls.ShipDecks_class = function() {};
Object.extend(Viking.Web.WebControls.ShipDecks_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadStateroomDetail: function(pkgId, shipId, year, catId) {
		return this.invoke("LoadStateroomDetail", {"pkgId":pkgId, "shipId":shipId, "year":year, "catId":catId}, this.LoadStateroomDetail.getArguments().slice(4));
	},
	url: '/us/ajaxpro/Viking.Web.WebControls.ShipDecks,Viking.Web.WebControls.ashx'
}));
Viking.Web.WebControls.ShipDecks = new Viking.Web.WebControls.ShipDecks_class();

