var fDesc=new Array(); fDesc[0] = "HandsFree Browser (HFB) is a speech recognition tool for MS Internet Explorer 5.x. HFB allows user to control IE fully by voice. User can go to an address, click a link, type forms and control IE window without using the mouse or the keyboard. HFB is easy to use and fully customizable. HFB changes the way people spend their time online."; 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 = ''; } }