var fDesc=new Array(); fDesc[0] = "D-Day: Normandy is a mod for the popular Quake 2 game. This Mod is based on WII. There are two teams. Buy picking with many classes you can help save the world from the Axis or try and stop the Allies from advancing. -Day: Normandy is based upon the Quake2 engine, but includes new maps, player models, and a whole new style of game play"; 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 = ''; } }