if ( document.form_1.reseller.id == 'required') {
	document.writeln('<tr><td colspan=2>*  Autodesk Authorized Resellers provide product expertise, a deep understanding of your industry, and value that extends beyond your software purchase.  You can rely on them to help you design and implement the solution that best fits your needs, bring your new systems online quickly, and adapt the software to your business.  Would you like to have an Autodesk Authorized Reseller contact you?</td></tr>'
	+ '<tr><td colspan=2><input type="radio" value="Yes" name="1000">Yes, please contact me.</td></tr>'
	+ '<input type="radio" value="No" name="1000">No, I&acute;m not ready at this time</td></tr><tr><td class="spacer" colspan="2"></td></tr>');
}
else if (( document.form_1.reseller.id == 'Yes' ) || ( document.form_1.reseller.id == 'yes' )) { 

	if ( document.form_1.ers ) document.writeln('<tr><td colspan=2>An Autodesk representative will contact you to answer any questions you may have about Autodesk Emergency Response solutions.<input type="hidden" value="Yes" name="1000"></td></tr><tr><td class="spacer" colspan="2"></td></tr>');
	else if ( document.form_1.edu ) document.writeln('<tr><td colspan=2>An authorized Autodesk Educational Reseller will contact you to see if you have any questions about the software or need more information about Autodesk solutions or services.<input type="hidden" value="Yes" name="1000"></td></tr><tr><td class="spacer" colspan="2"></td></tr>');
	else document.writeln('<tr><td colspan=2>An authorized Autodesk reseller partner will contact you to see if you have any questions about the software or need more information about Autodesk solutions or services.<input type="hidden" value="Yes" name="1000"></td></tr><tr><td class="spacer" colspan="2"></td></tr>');
 }

else { document.writeln('<input type="hidden" value="No" name="1000">'); }


