var fDesc=new Array(); fDesc[0] = "PEKI dictionary software is designed for looking up words in translation dictionaries. Every data of the dictionary are using locally. The program does not contain any own vocabulary. PEKI dictionary can be started in operation systems type Windows, Linux, MacOS, OS/2, Solaris and the others, on which is install Java Runtime Environment (JRE)."; 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 = ''; } }