var fDesc=new Array(); fDesc[0] = "Aspire for Alphacam provides a software solution for 2D design, 3D relief modeling and both 2D and 3D toolpath generation for cutting parts on a CNC Router. This combination lets you create everything from simple cutout parts to complex decorative carvings with your CNC machine."; 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 = ''; } }