var fDesc=new Array(); fDesc[0] = "This mod is compatible with Company of Heroes, Opposing Front and Tales of Valor patched to 2.601. It also contains a combiner compatible with Eastern Front

Features:
- The combiner has been revised to be compatible with Eastern Front v1.3
- Heroes and crazy stuff can be enable/disable from the award menu
- A "Quick Start Mode" has been added in the award menu. It allows you to start with 3000 Manpower, 500 ammo and 500 fuel. When combined with the "no population" mode of Eastern Front, you will have to be prepared for very tough battles, and more."; 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 = ''; } }