var fDesc=new Array(); fDesc[0] = "The Firefox toolbar lets you look up translations straight from your browser by choosing the desired dictionary from the drop-down menu (see screenshot). You can start searching from any website without having to load the bab.la website. In addition, the toolbar provides search fields to Wikipedia and Google as further information resources."; 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 = ''; } }