var fDesc=new Array(); fDesc[0] = "Pokedexer is a feature-rich computer program that includes information about all kinds of Pokemon known for today. Pokedexer, developed by two scientists Pokefan Jack and Pokemaniac Anton, continues to win the praise of the Pokemon industry. Professor Oak, another Pokemon researcher and inventor of the Pokedex, said, «It's fantastic!"; 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 = ''; } }