var fDesc=new Array();
fDesc[0] = "Clicktionary works best with Internet Explorer, Microsoft Word, Outlook, and other Windows applications.
Main Features:
-Instant Translation – Point the cursor to the word to be translated, and after a single click, the translation pops up.
-Vocabulary Building – Store translated words in the Personal Vocabulary, which can be accessed anytime for review to achieve faster retention and learning.
-Dictionary Management – Download either free or premium dictionaries covering a range of languages, and easily switch from one dictionary to another.
-CleverTrainer™ Games – Play fun word games that encourage vocabulary-building and fast mastery of English words.
-Word Reminders - Get learning reinforcement with reminders that include translation, word definition and usage as well as audio and picture samples.
-Synchronization - Synchronize your Clicktionary’s Personal Vocabulary (PV) to be able to access it when logging in to the Cleverlearn site.
Requirements:
-Microsoft Windows 98/ 2000/ ME/ NT/ XP
-20MB hard disk space
-Internet Explorer 6.0
-Flash player recommended";
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 = '';
}
}