var fDesc=new Array(); fDesc[0] = "Typing Pro is suitable to improve user typing skills. This software is suitable for beginners, intermediate and also for experts alike. Typing Pro helps the user learn typing in the methodical way. This tool is effective to increase users typing speed three to five times more and improves the accuracy rate. Typing Pro helps to learn typing techniques in English, Spanish or French. Ergonomically appropriate typing techniques are applied in learning typing through this software to avoid general key board injuries. The lessons are designed well keeping beginners in mind with focus on fun in practice. Progress of learning can be easily monitored with this software. Typing Pro uses varied exercises, drills and games to keep the user interested and to understand the depth of learning. The typing tests can be customized to suit the needs of the individual user and can be raised to challenge the user’s proficiency in typing. This software allows the user to improve upon his typing skills with visual key boards. Typing Pro supports Windows 98 SE, ME, 2000, XP and Vista. The computer is required to have 32 MB RAM and must have a CD-ROM drive."; 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 = ''; } }