var fDesc=new Array(); fDesc[0] = "Summa Flatbed Tools provides an interface where you can start the installation of Summa Axis Control program for Summa F Series Pro Flatbed cutting system. It also lets you install plugins and palettes for selected versions of Coreldraw and Adobe Illustrator.

Axis Control software gives you full control over Summa's cutting table."; 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 = ''; } }