var fDesc=new Array(); fDesc[0] = "PreVa is an Anime/Manga style Mecha 1st/3rd-person shooter. You can play as the commander of alpha squad, and it's up to you to stop the I.A.A.'s plans. The I.A.A. will throw their best at you, but you and your team can
stop them if you have what it takes. You will have multiple V.A.s to choose from and your squad mates to aid you in this task."; 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 = ''; } }