var fDesc=new Array(); fDesc[0] = "Infinite Scuba is a relaxing, beautiful video game that enables players to experience the mystery and serenity of scuba diving in real-world locations. Players do what real divers do - collect branded scuba gear, identify wildlife, find artifacts, and take photos to share with friends, while learning about dive science and the local culture, history, and environmental issues."; 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 = ''; } }