var fDesc=new Array(); fDesc[0] = "Deep Sea Snapshots is an action game where you must help Johnny dive deeper and deeper, armed only with his waterproof camera, as he quest to take research photos of marine life. You can move Johnny with your Mouse. You must press and hold the Mouse button to charge the camera. Release the button to use the flash and scare away fish."; 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 = ''; } }