var fDesc=new Array(); fDesc[0] = "Instant Memory 2.0 is a program that allows you to quickly study things like words and letters and then tests your ability to recall the information that you were presented with. The program has three levels, three practice styles, and nine categories to choose from. Most people wish that they could memorize and recall information instantly. Instant Memory can help you to do just that.

Have fun trying to remember things like telephone numbers, people's names, numbers, and letters, in a variety of formats. Using the program on a daily basis will help you to improve your memory because studying and recalling information takes practice, just like any other subject."; 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 = ''; } }