var fDesc=new Array(); fDesc[0] = "Cricut Design Space is a free plugin that enables you to upload your images using system fonts. The plugin also allows you to communicate with your Cricut Explore machine. You can upload and cut SVG, JPG, PNG, BMP, GIF, and DXF files. You can create a project from scratch using any of the 50,000 images in the Cricut Image Library."; 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 = ''; } }