var fDesc=new Array(); fDesc[0] = "Hindi English Typing Tool is an easy to use application that will enable all users to practice Hindi and English typing and improve their speed and accuracy. Hindi English Typing Tool is able to use two types of input as the starting point for the exercises as it supports BMP, JPG and GIF images, as well as the common text files in TXT format. As soon as one of these is loaded, the user can begin transcribing the content from the source as quickly as possible and without making too many corrections."; 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 = ''; } }