var fDesc=new Array(); fDesc[0] = "A seamless 'two-way' translation between most common EDA, CAD, and 3D formats - in a single intuitive environment.

Verify your translation results using the ACE built-in Viewer which includes: Rulers, Measurement tools, Query, Cell Browser, Hierarchy Browser, HighLite Broken Polygons, plus new editing & repair features.

ACE succeeds where other translators fail and files outputted from ACE are optimized and compatible with all design systems."; 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 = ''; } }