var fDesc=new Array(); fDesc[0] = "Dive into the most exciting sealife simulation ever in Marine Park Empire! Control every aspect of your marine park, from caring for, feeding, and cleaning your animals to hiring and firing employees. Give your visitors the thrill of a lifetime as you provide fun-filled attractions, ride, and shows for them to learn more about the amazing sea creatures in your care. Marine Park Empire is a 3D simulation sure to delight all ages!"; 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 = ''; } }