var fDesc=new Array(); fDesc[0] = "MISERY is a free mod for the S.T.A.L.K.E.R.: Call of Pripyat game. The mod features a first person perspective by default, but you can change it to a third person perspective, it brings you stronger and deadlier anomalies, it changes the actor health system, item effects, economy and damage system in order to attain a very high difficulty."; 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 = ''; } }