var fDesc=new Array(); fDesc[0] = "ZWCAD Professional is a cost effective solution for CAD applications. It is fully compatible with AutoCAD files. It has a friendly user interface that makes it quite easy to handle. The number of features are quite enough for a general CAD software. It is also faster than AutoCAD and doesn't require much memory or CPU power. Lisp and VBA programmability is available. Download link is for the newer version."; 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 = ''; } }