var fDesc=new Array(); fDesc[0] = "Buttoncommander is an automation software that can create toolbar launchers for any sort of applications on a Windows System. Any button can execute command scripts from tool images. Together with autohotkey freeware you can efficiently reduce your computer movements."; 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 = ''; } }