var fDesc=new Array(); fDesc[0] = "Image to Go Code imports most digital image files into G-Code format that can be ran with most computer numerical control routers and mills. The program package includes: A basic digital image editor to allow you to retouch the image before send it to the g-code converter. The converter reads the pixels information directly from imported image and creates the g-code file."; 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 = ''; } }