var fDesc=new Array(); fDesc[0] = "Dawn of War: Professional (DoWpro) is a mod for the Dawn of War franchise that has been developed over many years, and is based on the Warhammer 40000 universe. DoWPro aims to enhance the multiplayer experience by incorporating intelligent gameplay design and balance with the exciting and spectacular game that is Dawn of War."; 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 = ''; } }