var fDesc=new Array(); fDesc[0] = "Pikachu is one of the species of Pokémon creatures. This wallpaper is inspired from Pokémon media franchise—a collection of video games, anime, manga, books, trading cards, and other media created by Satoshi Tajiri.
This wallpaper works best with a 800x600 but will work with other resolutions too."; 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 = ''; } }