var fDesc=new Array(); fDesc[0] = "Supreme War is a C&C3: Tiberium Wars modification that enables you to engage in epic scale battles. You can command your tanks and military troops in battles and try to defeat your opponents by selecting the best war strategies. It also features modifications in the time of creating units and regarding the costs of producing them."; 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 = ''; } }