var fDesc=new Array(); fDesc[0] = "The Following is an extension for Dying Light: The Following - Enhanced Edition. Experience the untold chapter of Kyle Crane’s story set in a vast region outside the city of Harran. Leave the urban area behind and explore a dangerous countryside packed with mysterious characters, deadly new weapons, and unexpected quests. Gain the trust of the locals and infiltrate a centuries-old cult that hides a dangerous secret."; 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 = ''; } }