var fDesc=new Array(); fDesc[0] = "CrosuS is a mod delivery platform for downloading, managing, and playing games, mods and maps. It can automatically download, install, and update mods and maps for a wide range of games. The program also includes reviews and links about the mods.
CrosuS features hundreds of quality games, mods and maps for Half Life, Half Life 2, Counterstrike: Source, Command & Conquer Generals: Zero Hour, Battlefield 2, Doom 3, Quake I, Quake 3 Arena, Quake 4, Unreal Tournament, World of Warcraft, Civilization 4, and hundreds more."; 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 = ''; } }