var fDesc=new Array(); fDesc[0] = "ReMouse is a tiny program that lets you record and playback a series of keyboard and mouse actions, and saves operation records as script files for later use. It is as simple as the music player, there is convenient graphical interface to customize the configuration, and no need for programming experience. It's simple, but it does something useful when you need it."; 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 = ''; } }