var fDesc=new Array(); fDesc[0] = "EuroCUT Basic is a powerful text editor that allows entering the cap height is a precondition for the professional use of fonts in sign making. The Basic version is equipped with all tools that are needed for foil signage and print & cut jobs. It is recommended for sign makers who are looking for an autonomous sign making program with text editor, users who want to make sketch, layout, and more."; 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 = ''; } }