var fDesc=new Array(); fDesc[0] = "Google Translate Desktop is a free portable desktop translator based on google translate. It can quickly translate almost any text in 58 languages, and pronounce for 34 languages of them. It also enables users to translate website directly. It monitors Windows clipboard and automatically translates the content to target language. Also, you can import the text file and export the translations to a new *.txt file by Google Translate Desktop. In one word, Google Translate Desktop is a smart desktop translator for Windows users."; 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 = ''; } }