var fDesc=new Array(); fDesc[0] = "A small software utility to convert Cyrillic text to Latin or Latin to Cyrillic. This tool could be useful for typing Russian text if you don’t have a keyboard, or if you are a slow typist on a Russian keyboard. Simply type something, such as an email in phonetic Russian using Latin text, then copy and paste the Cyrillic into another programme. The tool could also simply be used to help you learn the Russian alphabet."; 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 = ''; } }