var fDesc=new Array(); fDesc[0] = "Altium Designer Viewer provides quick, easy, and secure read-only exploration of design projects and documents that have been created using Altium Designer. Users can view, print and interrogate all aspects of a design created by Altium Designer making design data more accessible to the entire design-chain. The Altium Designer Viewer not only enhances collaboration within an organization, but also between the design teams and external parties, greatly improving design work flow and project productivity."; 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 = ''; } }