var fDesc=new Array(); fDesc[0] = "Sense is a drag-and-drop programming environment that will allow you to develop rich multimedia programs within minutes. It has been designed to work with the SenseBoard, a powerful, flexible and yet amazingly simple-to-use hardware kit that can sit at the heart of a thousand different projects, giving you a few of the features of a research laboratory in something that fits in the palm of your hand."; 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 = ''; } }