var fDesc=new Array(); fDesc[0] = "LEGO® MINDSTORMS® NXT is back and better than ever, with new robot models, even more customizable programming, and all-new technology including a color sensor! LEGO MINDSTORMS NXT 2.0 combines the unlimited versatility of the LEGO building system with an intelligent microcomputer brick and intuitive drag-and-drop programming software. The new 2.0 toolkit features everything you need to create your first robot in 30 minutes and then tens of thousands of other robotic inventions that do what you want!"; 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 = ''; } }