var fDesc=new Array(); fDesc[0] = "DevFoam Pro is an application that allows you to cut foam with a hot wire 4 axis CNC. The program includes all the features of devFoam and adds: Autotrace (Vectorializing a background raster image) and 3D parts creation and cutting. You can create and cut foam parts with different left/right sides, with manual or automatic Synchro Points generation."; 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 = ''; } }