var fDesc=new Array(); fDesc[0] = "Fortune Summoners - Secret of the Elemental Stone is an adventure game for Windows users. The gameplay consists of side-scrolling action, with you in control of one of three party members and the computer controlling the other two (with highly customizable AI dictating their actions). You will explore towns, delve dungeons, climb towers and, just maybe, find Arche a snack or two. Attend the magic school and become one of the best magicians."; 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 = ''; } }