var fDesc=new Array(); fDesc[0] = "Mutant Factions is a shooter where you kill enemies and earn cash to build your chemical empire. You play as a mutant and can unlock crazy skills like Teleportation and Bullet Time to defeat your enemies in fast-paced, tactical combat. You can play in unique game modes like Chemical Warfare, where you build a base of hidden chemicals to capture control points and control the map."; 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 = ''; } }