var fDesc=new Array(); fDesc[0] = "Soul Captor is a free to play (f2p) online MMORPG game. Embark on an epic adventure exploring extensive zones, whilst accompanied by your "Anima", your very own customizable spirit creature. You will be able to make new friends, have the option to conquer foes together with unique skill combos, PvE or PvP choices, dailies and finally help prevent the Dual World from a terrible collapse."; 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 = ''; } }