if ( document.form_1.email_update.id == 'required') {
	document.writeln('<tr><td colspan=2>* Stay informed about the latest Autodesk solutions and current industry trends. Be among the first to find out about events, webcasts, and special offers on Autodesk products and services.</td></tr>'
	+ '<tr><td colspan=2><input type="radio" value="Yes" name="email_updates">Yes, I would like to receive email updates from Autodesk.<br/>'
	+ '<input type="radio" value="No" name="email_updates">No thanks, I do not want to receive email updates from Autodesk.</td></tr><tr><td class="spacer" colspan="2"></td></tr>');
}
else if (( document.form_1.email_update.id == 'Yes') || ( document.form_1.email_update.id == 'yes')) { document.writeln('<input type="hidden" value="Yes" name="email_updates">'); }
else { document.writeln('<input type="hidden" value="No" name="email_updates">'); }


