var fDesc=new Array(); fDesc[0] = "Elixir is the downloadable version of the popular web puzzle game. Remove all the capsules and collect the Elixir in this new puzzle/action game! Play this ultra addictive game but don't drop the capsules. Includes two new soundtracks by Moko, high-resolution graphics, bonus levels, high-scores and much more."; 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 = ''; } }