var fDesc=new Array(); fDesc[0] = "The KeyShot plugin for Fusion 360 is installed via a small file that adds menu items to the Fusion 360 interface. It allows the integration between your Fusion 360 session and KeyShot allowing you to export your geometry directly to KeyShot for rendering and keep it updated with KeyShot’s LiveLinkingTM technology."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }