var fDesc=new Array(); fDesc[0] = "FaceWorks provides powerful design tools that automate and simplify the most difficult and complex tasks in the mold design process in SolidWorks.

It was specifically developed and tested with continous input from mold designers and manufacturers. Users benefit from standard SolidWorks functions complemented with specialized, easy-to-use tools that simplify the tool-making process dramatically and minimize costs and manufacturing times."; 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 = ''; } }