var fDesc=new Array(); fDesc[0] = "Solid Edge 2D Drafting will give you an immediate advantage with production-proven capabilities including drawing layout, Goal Seeking, diagramming, and dimensioning. It is fully compliant with ISO, ANSI, BSI, DIN, JIS and UNI, and it's absolutely FREE to download and use.

Solid Edge 2D Drafting eases the transition from 2D AutoCAD with import wizards, matched fonts and color schemes, XREF support, paper/model space support and much more."; 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 = ''; } }