var fDesc=new Array(); fDesc[0] = "The Great Tree is a entertaining and fun game, which has a story that unfolds throughout the game via in-game cut scenes. One of the tasks of the game is to collect pollen who used to belong to the "Swee" - beautiful creatures filled with light. They possess a special gift that protects them from being harmed by such peril"; 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 = ''; } }