var fDesc=new Array(); fDesc[0] = "Forward to the Sky is a third person action adventure game in the sky tower ruin. You are going to collect all the crystal pieces to connect the story and everything will be revealed once Princess reaches the top level. There are 6 unique levels to be explored. Battle the elements, run through the traps and play with interactive mechanisms to solve the 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 = ''; } }