var fDesc=new Array(); fDesc[0] = "Battle of the Bulge is a Mod for Company of Heroes: Opposing Fronts game. It is based on the the battles in Belgium and Luxemburg between December 44 and January 45. It converts the Summer/Normandy Scenario of CoH into a winter scenario along with winter Maps, Skins and units."; 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 = ''; } }