var fDesc=new Array(); fDesc[0] = "Legoaizer creates brick mosaics, including all the required data to start building right away. Coloured bricks are hot again! With these bricks, you can make great predefined models, but its large selection of bricks, plates, shapes, and colors allow for greater works. A growing community of (grown-up) people rediscovers the potential of these little bricks and plates to create great pieces of art."; 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 = ''; } }