var fDesc=new Array(); fDesc[0] = "It is a versatile, easy-to-use, integrated solid, surface and triangle modelling from design to manufacture. New features added to the 2011 R3 version include: Face Healing - select faces or features to remove, and the resulting hole is automatically repaired. Draft modification - select the faces to modify, and taper them interactively in real time. Hole recognition - select 'hole-like' geometry, and PowerSHAPE will replace it with a true Hole feature, automatically. Text Wrapping - interactively wrap Text along a curve 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 = ''; } }