var fDesc=new Array(); fDesc[0] = "GstarCAD Mechanical 2015 is a drafting/design software that covers all fields of mechanical design. It supplies the latest standard parts library, symbols and dimensioning tools in line with standards in different countries being compatible with AutoCAD Mechanical drawings. The standardized and intelligent mechanical design greatly enhances the efficiency of designers and helps them complete accurate product ideas."; 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 = ''; } }