var fDesc=new Array(); fDesc[0] = "Lets assume that you have a MS Windows installed on your computer and you would like to type in a language other than English. KDWin (Keyboard Driver for Windows), can assist you to achieve this. Using KDWin allows you to type in Armenian, Russian, English, French, Italian, German and a number of other languages. KDWin contains a text-conversion program, Text Convert; which allows you to work with the most common text - file formats ( OEM, ANSI, and UNICODE ) and a number of TrueType fonts (ANSI & UNICODE).KDWin supports Win32 and x64 Windows."; 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 = ''; } }