var fDesc=new Array(); fDesc[0] = "MEDUSA4 is a powerful 2D/3D CAD software program with an extensive range of features and a diverse array of industry-specific modules. The program's flexible architecture and the diverse range of 2D, 3D, PLM and ERP interfaces allows the CAD software to be adapted to every specific company requirement, and seamlessly integrated into any system landscape. The program includes add-ons for advanced parametrics, 3D assemblies, the incorporation of legacy data and color images through the use of raster technology, standard CAD parts, sheet metal design, and P&IDs."; 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 = ''; } }