var fDesc=new Array(); fDesc[0] = "Bring the beauty of an exotic fish tank to your desktop! Own a virtual aquarium of your dreams full of cute sea creatures, beautiful accessories and vibrant water plants. Have fun watching your finny pals chase each other, swim among plants, hang out in schools enjoying life. Eye-pleasing colors, tropical feel and relaxing music will make this underwater world truly fascinating."; 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 = ''; } }