var fDesc=new Array(); fDesc[0] = "Neon Tetra Jumbo Wallpaper is a free animated desktop wallpaper that brings virtual Neon Tetra Jumbo swimming around your desktop while you work. You will see a school of Neon Tetra Jumbo fish swim closely together and you can put swimming Neon Tetra Jumbo fish anywhere you want. The Neon Tetra Jumbo is one of the most popular freshwater tropical fish and is often one of the first fish species purchased by beginner aquarists. It is one of the famous freshwater fish worldwide because of its colorful body. If you are into fish, ponds, and aquariums then Neon Tetra Jumbo Wallpaper will help your wishes come true."; 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 = ''; } }