$(document).ready(function() { var rad = document.getElementsByName("act"); var prev = null; for (var i = 0; i < rad.length; i++) { rad[i].addEventListener('change', function() { (prev) ? console.log(prev.value): null; if (this !== prev) { prev = this; } if(this.value=="new"){ console.log("hide"); var pw_tr= document.getElementsByTagName("tr")[4]; pw_tr.style.display='none'; var passwd = document.getElementsByName("passwd")[0]; passwd.value=''; } else { var pw_tr= document.getElementsByTagName("tr")[4]; pw_tr.style.display=''; } }); } });

WATCH a demonstration video of the marketing asset portal

Contact Us with questions or to learn more about marketing programs

Additional Assets Available at: www.depuysynthes.com/education-resources

©Johnson & Johnson and its affiliates 2025. All rights reserved. This site is published by Johnson & Johnson MedTech Orthopaedics, which is solely responsible for its content. The third-party trademarks used herein are the trademarks of their respective owners. Please refer to the instructions for use for a complete list of indications, contraindications, warnings and precautions. This site is intended only for audiences in the United States, and any product information on this site may not be appropriate for use outside of the United States. Information about Johnson & Johnson MedTech products from sites not published by Johnson & Johnson or from sites outside the United States may not be appropriate for use in the United States.