var fDesc=new Array(); fDesc[0] = "VA3D-Machinist is a powerful but easy to use software solution for carving 3D Clip Art models on your CNC. It is a fully functional program and allows you take any of the files in the "V3M" file format and in just a few minutes scale and position the model and create toolpaths to efficiently carve them on your CNC machine."; 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 = ''; } }