var fDesc=new Array(); fDesc[0] = "In Party of Sin, you take control of the Seven Deadly Sins in a co-opetitive puzzle-platformer for 1-4 players. You can swap characters on the fly as you change tactics based on the situation: all the Sins are useful in combat, all the Sins aid in puzzle solving, and all the Sins have coop interactions, both Good and Evil."; 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 = ''; } }