var fDesc=new Array();
fDesc[0] = "NeoDic is a free program which helps to cope with translation of unfamiliar words and word-combinations By simple prompting of a mouse pointer on the pledged word – contextual translation.
Contextual translation – allows by simple prompting of a mouse pointer on an unfamiliar word or a word-combination, instantly To get its transfer. The given type of translation is very convenient at reading of pages the Internet, reading of help system, dialogue in a chat, To text imposition.
In addition NeoDic possesses following features:
* Ability to detect translate language and automatically change dictionary;
* Allows to use dictionaries in sdict and text formats and all languages;
* Possesses a considerable quantity of options which give the chance to customise the application for all tastes:
o possibility to assign « hot keys» for comfortable handle of the program;
o to change event at click by the left and right mouse button on an icon in the field of notices;
o to change delay before hint appearance;
o to change appearance of the hint;
o to change the hint form;
o to show the hint only at deduction of the set key;
o to change layout of the hint about the cursor, as it to conveniently user;
o to change customisations of a window for dictionary review and as to change the common options NeoDic;
* Possesses high-grade help system;
* Stably works under control of Windows 2000/Windows XP/Windows 2003/Windows Vista/Windows 7;
* Occupies a small memory size;
* Possesses the multilanguage interface.";
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 = '';
}
}