var fDesc=new Array(); fDesc[0] = "Whit this application you will have your words, your language, anywhere. Online, offline, on the go.
Whether at home, at work, or somewhere in between—communicate in the language you need, when you need it.

Google Input Tools remembers your corrections and maintains a custom dictionary for new or uncommon words and names.

Get your message across in the language and style you want. Switching among over 80 languages and input methods is as seamless as typing."; 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 = ''; } }