var fDesc=new Array(); fDesc[0] = "Elements is a game in which you have to discover the formula provided by Leonardo Da Vinci for creating the Elixir of Life. You can follow the clues left by Da Vinci`s assistant on a scientific swap-and-match adventure using the four Elements: Water, Earth, Fire, Air and an unknown fifth element."; 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 = ''; } }