/*/
manualwarning.js
*/

var alertMssg = "WARNING!\n\nInstructions, safety warnings and parts lists in the Owner's Manual provided here are\nconsistent with manufactured product from 2000 to present and may not be correct for previous\nmodels or product variations. \n\nFor additional questions or to obtain a manual in another language,contact Dutton-Lainson Company Customer Service at 800-569-6577 or email dlsales@dutton-lainson.com";

function showDW(){
	alert(alertMssg);
	return true;
}

var hw_alertMssg = "WARNING!\n\nInstructions, safety warnings and parts lists in the Owner's Manual provided here are\nconsistent with winches manufactured from 2000 to the present (models with suffix 'A')\nand may not be correct for previous models or modified versions. For additional questions or to obtain a manual in another language, contact\nDutton-Lainson Company Customer Service at 800-569-6577 or email dlsales@dutton-lainson.com";

function hw_showDW(){
	alert(hw_alertMssg);
	return true;
}

var ew_alertMssg = "WARNING!\n\nInstructions, safety warnings and the parts lists in the Owner's Manual provided here are\nconsistent with winches manufactured from 2000 to the present and may not\nbe correct for pervious models or modified versions. For additional questions or to obtain a manual in another language, contact\nDutton-Lainson Company Customer Service at 800-569-6577 or email dlsales@dutton-lainson.com";

function ew_showDW(){
	alert(ew_alertMssg);
	return true;
}

var wg_alertMssg = "To obtain a manual in another language or for other questions, contact Dutton-Lainson\nCompany Customer Service at 800-569-6577 or email dlsales@dutton-lainson.com";

function wg_showDW(){
	alert(wg_alertMssg);
	return true;
}
