var fDesc=new Array(); fDesc[0] = "T-Droid is an unofficial project totally free to give to all the possibility to take advantage of all the potentiality of the own I-Droid. The main goal behind this software, is to provide advanced capabilities to the robot, by using a modular architecture."; 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 = ''; } }