var fDesc=new Array(); fDesc[0] = "Crispin Dynamics provide a complete and unique footwear CADCAM solution from scanning the last to designing footwear and manufacturing the shoe components ready for production. Digital data can be output for turning lasts, cutting the sample or graded upper components and machining moulds for sole units. Engineer Pro lets you produce 2D sample and graded footwear patterns for manufacturing in the fastest possible time, whilst helping you to manage your tooling costs. Advanced tools like 'Edge Templates' cut your pattern development time dramatically, improving throughput and reducing time to market."; 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 = ''; } }