var fDesc=new Array(); fDesc[0] = "Visual Toolpath is a 3D machining program designed specifically for the educational user. Having designed your 3D masterpiece (in SolidWorks, Pro/DESKTOP, etc.) you may well want to manufacture it on your router or milling machine. To do this you need to transfer the 3D file from your design software to the Visual Toolpath software. You then follow a simple wizard to automatically create the tool paths needed to machine the model."; 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 = ''; } }