var fDesc=new Array(); fDesc[0] = "Bmp2Cnc creates ISO toolpaths for most of CNC machines tool. It can convert BMP or JPG images to 3D G-Code files. It is designed to work with flat, toroid, spherical and conical tools. Bmp2Cnc includes open post-processors such as AutoGrav, Emc2, Fadal, Fanuc, Haas, and Heidehain."; 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 = ''; } }