var fDesc=new Array(); fDesc[0] = "Keyboard Explorer is a freeware program that trains you in using your keyboard. It is a great utility for computer users who have just started and who don't know how to type perfectly. This application has a very intensive 60 minutes training that will train you in every aspect of typing on your keyboard. It will explain you the use of all the keys present on the standard keyboard. It starts from a very basic level and then it slowly advances to a higher level where you have to type long phrases and sentences with special and alphanumeric characters within a time limit. Anyone can start using this program without any intervention of a supervisor. It is a perfect program that can be used in typing schools and institutions. More than 16 region specific languages are supported so that you can select your own region's keyboard layout and start learning. It also allows you to create a custom keyboard layout. Advanced users can use the online manual to create their own layouts within no time."; 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 = ''; } }