var fDesc=new Array(); fDesc[0] = "Super Typing Wizard is a useful application, which assists its users in increasing their typing speed. The program is very small and easy to use. The main advantage of using the Super Typing Wizard is that besides increasing the user’s typing speed, it is also very effective in tracking and monitoring the typing accuracy of the user. Another feature of the application is that it provides its users with a customized feedback based on their performance in the typing sessions. The program is suitable for all users of all proficiency levels. Super Typing Wizard comes with some useful features such as cover finger placement, typing motions, posture and how to strike the keys. Moreover, the users can also download additional exercises for themselves from the Internet. They can also create their own typing exercises from their favorite articles, songs, poems or stories. The Super Typing Wizard application is compatible with almost all commonly used versions of Microsoft Windows such as Windows 98,2000,Me,NT and XP."; 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 = ''; } }