var fDesc=new Array(); fDesc[0] = "CorelDRAW Technical Suite X7 provides a complete solution for technical communication professionals, featuring dedicated illustration tools, leading file compatibility, and publishing capabilities for print, online and mobile. Create projects quickly by accessing and repurposing technical designs assets from various locations and sources, including 3D designs and the optional add-on for 3D CAD assembly formats. Exchange files with colleagues and clients with export capabilities to a broad range of over 100 file formats, including WebCGM, .SVG, .DWG, 3D PDF, .EPS and TIFF."; 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 = ''; } }