var fDesc=new Array(); fDesc[0] = "Pact With a Demon: Episode 1 is a free indie horror game. The story begins with a road, when Richard must return home after his work. The main objective of the game is to survive on an island after a car accident and find a way out, while several demonic creatures try to attack you."; 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 = ''; } }