var fDesc=new Array(); fDesc[0] = "Cricut CraftRoom is a fun, simple online design tool which allow it's users to experiment, explore, and design in ways never before possible.
In order to start using Cricut CraftRoom, the users just have to log in with their cricut.com account and get started.
After downloading the desktop version, the Cricut device must be connected to the PC and start cutting with a mouse click or a keystroke."; 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 = ''; } }