if(typeof Viking == "undefined") Viking={};
if(typeof Viking.Web == "undefined") Viking.Web={};
if(typeof Viking.Web.WebControls == "undefined") Viking.Web.WebControls={};
Viking.Web.WebControls.ShipDecksDeckPlan_class = function() {};
Object.extend(Viking.Web.WebControls.ShipDecksDeckPlan_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadDeckPlan: function(pnlPopupExt, pnlPopupContent, shipId, year, catId, pkgId, pkgDate) {
		return this.invoke("LoadDeckPlan", {"pnlPopupExt":pnlPopupExt, "pnlPopupContent":pnlPopupContent, "shipId":shipId, "year":year, "catId":catId, "pkgId":pkgId, "pkgDate":pkgDate}, this.LoadDeckPlan.getArguments().slice(7));
	},
	url: '/ajaxpro/Viking.Web.WebControls.ShipDecksDeckPlan,Viking.Web.WebControls.ashx'
}));
Viking.Web.WebControls.ShipDecksDeckPlan = new Viking.Web.WebControls.ShipDecksDeckPlan_class();


