var fDesc=new Array(); fDesc[0] = "An awesome total standalone conversion of the Renegade W3D Engine with CnC3 structures, units, sounds and assets in an First Person Shooter environment.
The War has just begun... a War to Command and Conquer. The stakes are high... but whoever controls the Tiberium decides the fate of humanity. Choose your side as GDI or NOD. Take your place on the battlefield with exciting new tanks like Predators, Scorpions, Raiders, Mammoth Tanks and so much more in this free First Person Shooter."; 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 = ''; } }