var fDesc=new Array(); fDesc[0] = "The Guppies Deluxe Aquarium app provides an animated wallpaper for your desktop with assorted Guppies in a well-planted aquarium with crystal clear water. The various forms of the Guppy, Fancy Guppy, or Millions fish are the best known and most popular aquarium fish. This species offers a large selection of colors and shapes with no two fish look exactly alike."; 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 = ''; } }