var fDesc=new Array(); fDesc[0] = "VisualMILL, a flag-ship CAM software package, is ideal for mold, die & tooling, wood working, rapid-prototyping and general machining. This product includes 2-1/2, 3, 4 & 5 axis machining functionality. It comes with hundreds of free post-processors and a post-processor generator to create your own. Priced right for the cost conscious buyer, VisualMILL CAM software delivers outstanding value for your investment."; 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 = ''; } }