var fDesc=new Array(); fDesc[0] = "The FastDictionary 2007 is a very special electronic dictionary. FastDictionary lets the user to search words while using other applications - without having to leave the current window. This feature makes FastDictionary a great tool for users to surf the Internet or just reading texts in a word processor. FastDictionary has a database with more than 165,000 words and their translations. To search for a word one has just to highlight the word in a text and send it to the Windows Clipboard (using the Ctrl+C keys or the Copy option at the mouse right button). In one second FastDictionary will translate the word. FastDictionary is able to find words in plural, past, etc."; 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 = ''; } }