var fDesc=new Array(); fDesc[0] = "PROMT is a convenient and easy-to-use translator for all occasions. It is a great helper for work, studying and communication in foreign languages. Simply select a word or a text fragment in any program or on any web site, click a "hotkey", and the resulting translation will appear in a pop-up window. Quickly grasp the overall idea behind texts and documents written in a foreign language."; 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 = ''; } }