var fDesc=new Array(); fDesc[0] = "Russian Editor is a handy text editor fitted with a Russian keyboard which provides you a full solution for your Russian editing and text conversion needs.
The Russian Editor works like a notepad-editor with Russian texts. It supports this on Western Windows machines.
This program may help you to send emails to your Russian friends, or can be used as a Russian word processing and editor, and much more."; 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 = ''; } }