var fDesc=new Array(); fDesc[0] = "GstarCAD 2015 is a CAD application with a simple and fast user interface. You get some unique features such as inserting barcode and QR code, PDF underlay, sheet set manager, and cloud storage support. Barcode images can be inserted to drawings, accomplishing identification and correspondence between paper and electronic drawings."; 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 = ''; } }