var fDesc=new Array(); fDesc[0] = "VoluMill Universal is a full-featured 2- and 3-axis toolpath engine for any geometric configuration, including open shapes and islands. Part geometry is received from any CAM system in popular neutral formats, such as DXF, IGES, and STEP, and an integrated post processor outputs popular G-code and CL data formats. A simple but powerful user interface ensures that you will be up and running within minutes."; 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 = ''; } }