var fDesc=new Array(); fDesc[0] = "For those who don't know what Zero Hour Retarded is it is a mod for Zero Hour which changes lots of stuff in the game and makes the game uber fun. The main intent in creating this mod was to create the funnest gaming experience possible using zero hour. This mod features an innumerable amount of changes. These changes include a much further view of the battlefield, numerous music changes, $500 from all supply structures every 12 seconds, the implementation of your self as a unit, starting vehicles, new menu design, and many many more very sexy changes to the game."; 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 = ''; } }