var fDesc=new Array(); fDesc[0] = "Ozee is a small and fun interactive game. It is built in Flash and has a nice graphics and pretty simple to use. In this physic based platformer, you can interact with the world however you want. Join Ozee in his journey and explore exciting land of puzzles."; 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 = ''; } }