var fDesc=new Array(); fDesc[0] = "Lost Path is a game mod for S.T.A.L.K.E.R.: Call of Pripyat. It provides a realistic Zone with constantly warring factions for supremacy and exclusivity. A separate tab is given in the PDA, which displays the strength of relationship groups, the number of captured bases, territories, and resources available. You can follow the development of a particular group, and also contribute by donating to any Mentor of your clan."; 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 = ''; } }