var fDesc=new Array(); fDesc[0] = "The ultimate tool for improving your mental capacity, PerfectBrain is both fun and easy to use. It provides a complex solution designed to help facilitate speed reading, memory improvement, attention to detail and development of logical thinking and mathematical abilities. It provides more than 100 exercises to help you develop your mind, and they are presented in a game-type format both for enjoyment and effectiveness. In addition to providing a multiple-level system of training, PerfectBrain also provides a smart system for collecting statistics and analyzing your progress. This useful feedback is presented in the form of various graphs and tables to help motivate you and keep you updated on your performance. Your greatest achievements can also be published on the website, allowing you to compare your results with other users of the program. This feature also allows you to keep your data safe by way of cloud storage."; 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 = ''; } }