var fDesc=new Array(); fDesc[0] = "Stud.io aims to get as close to the feeling of building with LEGO in real life. Inspired by more traditional CAD software, Stud.io allows the positioning of elements through a coordinate system. You can watch as your bricks clutch, hinge, and clip to each other through the snap-to functionality. Once your creation is complete, you can upload it to the Build Gallery for the world to see.

Whether you use the LDraw or LDD system, Stud.io can import either file type. This application also allows you to build with your friends in real-time (3 other builders) using a peer-to-peer network."; 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 = ''; } }