var fDesc=new Array(); fDesc[0] = "This export plugin will allow you to send designs from CorelDraw to Sure Cuts A Lot 3 Pro. "Sure Cuts A Lot" is an extremely easy program to allow you to cut virtually any shape with your electronic cutting machines. With the combination of using your fonts, importing custom artwork and drawing your own shapes, the possibilities are endless."; 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 = ''; } }