var fDesc=new Array(); fDesc[0] = "What do you usually do when you come across an unknown word on a web page?

You probably copy it to the clipboard, launch a translation or dictionary program, paste the word from the clipboard, and click a button. Isn't this kind of slow and inconvenient? A real time waster? It surely is. But not any more!

With TranslateIt!, you can move the mouse cursor over any word and get its translation right there! Stop wasting your time and get even more productive!"; 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 = ''; } }