var fDesc=new Array(); fDesc[0] = "CoCut Professional 2015 is a plugin that transforms your illustration program into a professional cutting application. It works with CorelDRAW X7, Illustrator CC, AutoCAD 2015, Inkscape 4, etc. It provides various cut marks that can be used with cutters having an integrated optical sensor."; 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 = ''; } }