var fDesc=new Array(); fDesc[0] = "The FlashCut CNC software is an easy to use, yet powerful operator control panel that puts all of the machine control you need at your fingertips. It dynamically displays the tool path while sending real time motion commands to the Signal Generator over a high speed USB connection for smooth, dependable, accurate motion on most PC's or Laptops. With intuitive controls and real time graphics, FlashCut CNC lets you make parts quickly and accurately on your machine tool."; 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 = ''; } }