var fDesc=new Array(); fDesc[0] = "CadStd is a general purpose, easy to learn CAD/drafting program for creating professional quality mechanical designs, house plans, blueprints, schematics and charts utilizing ANSI drawing standards. The Lite version is free and can read any drawing created by the Pro version. CadStd Lite can export files as DXF so you can share your drawings with friends who have other CAD programs like Autocad. The Pro version can create isometric projections from orthographic views, and has powerful commands like offset, trim, fillet and chamfer. Export drawings in formats like DXF, SVG, HPGL/1 or use copy clipboard to paste images into Office and other applications. Import DXF, HPGL/1 and Gedcom files."; 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 = ''; } }