var fDesc=new Array(); fDesc[0] = "Designed for great performance and to support all GCC cutters, especially the powerful AAS II (Accu-Aligning System) of Jaguar IV and Puma III, GreatCut software offers effortless production to assist users to complete print and cut solutions without changing the workflow or software. With the user-friendly interface, users can add the registration marks, and cut images with ease."; 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 = ''; } }