var fDesc=new Array(); fDesc[0] = "S.T.A.L.K.E.R.: Last Day is a S.T.A.L.K.E.R. mod pack based on Call of Misery and version 1.4.22 of Call of Chernobyl, originally created by the Russian S.T.A.L.K.E.R. community. It includes several addons previously unknown to the majority of the western S.T.A.L.K.E.R. community, such as MLR, which adds a lot of new characters and tasks, Outfit Marauder, adding lootable outfits on fallen stalkers, or an extended edition of Outfit Addon, adding not only outfits and helmets already present in the regular version of Outfit Addon, but also several variants of all types of apparel - regular, worn and damaged."; 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 = ''; } }