var fDesc=new Array(); fDesc[0] = "Cutting Master 3 is designed to allow customers to operate their cutter from the two most popular graphic and illustration applications: Adobe Illustrator and CorelDraw X4-X7. Cutting Master 3 enables users to output their designs created in their preferred VECTOR illustration software directly to Graphtec cutting plotters. This software provides the opportunity for new users to integrate an economical graphics and sign making system without a large investment or the need to learn a different software application."; 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 = ''; } }