var fDesc=new Array(); fDesc[0] = "The entire Shattered Worlds:War-torn game has been overhauled from the ground up to create a cutting edge balance scheme. The mod adds hundreds of weapons/equipment items, and many new ships, with over 160 individual craft at present, many of which are exclusive to the mod. The end result is one of the most balanced and highest quality Freelancer modifications ever conceived."; 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 = ''; } }