var fDesc=new Array(); fDesc[0] = "Robosapien Dance Machine - completely control your Robosapien with just your voice while you unleash the funky power of your Robosapien! Create dances, your own comedy movies, and more with this powerful interactive script editor. A robot is a mechanical or virtual intelligent agent that can perform tasks automatically or with guidance, typically by remote control."; 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 = ''; } }