var fDesc=new Array(); fDesc[0] = "Fishdom 3 Collector's Edition is an entertaining game in which you can feed the fish, play with them and watch them interact with each other. You can choose from over 150 underwater decor items and accessories in 8 unique themes. The game has 100 bonus levels and a relaxing soundtrack."; 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 = ''; } }