var fDesc=new Array(); fDesc[0] = "Produce perfect manufacturing files every time with the built in Smart DFM module. Whether you're a designer that wants to check the output from his CAD system, or needs to edit the job, to the board shop that needs to get their jobs done accurately and in a timely manner; ViewMate Deluxe, with Smart DFM is the tool for you."; 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 = ''; } }