var fDesc=new Array(); fDesc[0] = "Aquascapes Collector's Edition lets you manage a virtual aquarium, explore the seek-and-find underwater worlds, take care of your finned friends and play with them, watching as they interact with each other and you. Engage in unique hidden object gameplay as you earn money to customize your tank and make your pets happy. Choose from a variety of vibrant backgrounds and charming decor items to turn your tank into a design masterpiece."; 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 = ''; } }