addNamespace("LazydaysDotCom");
LazydaysDotCom.BuildYourOwnAjaxMethods_class = Class.create();
Object.extend(LazydaysDotCom.BuildYourOwnAjaxMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetOption: function(optionID, children, prereqs) {
		return this.invoke("GetOption", {"optionID":optionID, "children":children, "prereqs":prereqs}, this.GetOption.getArguments().slice(3));
	},
	GetChassisRequirements: function(FloorplanID, ChassisCode) {
		return this.invoke("GetChassisRequirements", {"FloorplanID":FloorplanID, "ChassisCode":ChassisCode}, this.GetChassisRequirements.getArguments().slice(2));
	},
	GetEngineRequirements: function(FloorplanID, EngineID) {
		return this.invoke("GetEngineRequirements", {"FloorplanID":FloorplanID, "EngineID":EngineID}, this.GetEngineRequirements.getArguments().slice(2));
	},
	initialize: function() {
		this.url = '/ajaxpro/LazydaysDotCom.BuildYourOwnAjaxMethods,App_Code.8z1jvduk.ashx';
	}
}));
LazydaysDotCom.BuildYourOwnAjaxMethods = new LazydaysDotCom.BuildYourOwnAjaxMethods_class();

