var fDesc=new Array(); fDesc[0] = "Experience an ocean of fun playing Zoo Tycoon 2: Marine Mania! Care for 20 marine animals, including the fun-loving sea otter, the feisty rockhopper penguin, and the fearsome white shark! Train the orca and others to perform cool tricks. Then create splashy marine shows that show off your trick-training talents and dazzle your guests. Take a break from showbiz and go for a swim with your animals."; 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 = ''; } }