var fDesc=new Array(); fDesc[0] = "ESP Test is a program that helps you to develop as well as test your psychic (precognitive) abilities. Like with most other skills you need to practice in order to develop these abilities. (If you don't already belong to the few people that have very well developed psychic skills.) Parapsychological research shows that most people start with very modest results, but after some hundreds of tries they usually gradually improve their scores."; 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 = ''; } }