var fDesc=new Array(); fDesc[0] = "NeoEE Patch allows users to play Empire Earth 1 and its expansion The Art of Conquest together with hundreds of other players for free. This project aims to restore the original multiplayer facilities of the games "Empire Earth" and its expansion. Just install the patch, start Earth Empire, click on Multiplayer, and log right into the lobby."; 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 = ''; } }