var fDesc=new Array(); fDesc[0] = "CADstudio X-Tools LT is a free set of productivity tools for Autodesk Inventor 2013 and 2014. The program contains functions for processing automatic iProperties, for creating dynamic QR Codes linked to texts and properties. You can any property of the model (part/assembly) - or a combination of them - to a machine-readable QR code."; 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 = ''; } }