var fDesc=new Array(); fDesc[0] = "By combining effective instructional techniques with easy-to-use menus, you'll learn touch-typing quickly and easily. Quickly learn the correct finger-to-key positioning and begin typing without looking at the keys. Typing Quick & Easy also adds fun and challenging exercises to the learning process with timed tests, eight exciting typing games, and interesting articles for transcription practice.
Typing Quick & Easy tailors the learning experience to your needs. Whether you're new to typing or you just need to sharpen your skills, Typing Quick & Easy has the right lesson for you."; 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 = ''; } }