var fDesc=new Array(); fDesc[0] = "Dino Lake 3D is a game that brings you a fantastic world with 3D graphics effects and wonderful music in which you have to lead Dino through the maze and collect diamonds. By collecting prizes, you will increase your life, score and time. You can play over 50 imaginative levels with magic balls and freeze bonuses."; 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 = ''; } }