var fDesc=new Array(); fDesc[0] = "HeartToHeart 4 (HTH 4) is a robot programming software for Windows users. It covers various areas like motion creation and writing, posture adjustment, setting of optional sensors such as gyroscope and acceleration, and more. The program collectively manages robot information in units of data called projects. The project contains information such as the number of joints of the robot, motion data, button data of the transmitter, and so on."; 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 = ''; } }