var fDesc=new Array(); fDesc[0] = "FastCUT Metals Optimizer is a program that lets you produce fast and accurate estimates and cutting lists for Rectangular, Linear or Stock Length materials. The FastCUT program will take the tedium out of nesting the patterns, and maximize the use of the material. You can obtain an estimate on dollars per cut and dollars per material so it's ideal as a quick and simple estimation tool."; 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 = ''; } }