var fDesc=new Array(); fDesc[0] = "IMOLD aims to simplify mold design process and help mold designers to be more productive. IMOLD V11 is not only SolidWorks 2012 ready but both 32 and 64 bit ready. For highlights on the new features and enhancements, please refer to: IMOLD V11 Highlights.
IMOLD (including Standard, EDM and MBC) software will be the last release that supports Windows XP, following Microsoft’s retirement of Windows XP operating system in April 2009."; 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 = ''; } }