var fDesc=new Array(); fDesc[0] = "Elf Bowling Hawaiian Vacation is a fun bowling arcade game. At the main screen you can configure general options like music, sounds and screen; you will also have direct access to a high scores section and a help section as well. At the beginning of the game you must type your name, and you will be able to choose your kind of ball among 7 different designs, just as you will be able to choose the avatar among 10 different characters."; 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 = ''; } }