var fDesc=new Array(); fDesc[0] = "TA3D is a free project whose aim is to remake the engine of Total Annihilation but in real 3D, with perspective, camera management, hardware acceleration ! So TA3D is a remake of Total Annihilation engine under GPL(that means free...) which uses original game files (means it doesn't run without *.hpi or *.ufo files from the original game,the demo or a mod). Make this great game run better on modern hardware, and bring a few new features (original AI is a bit classic(too easy), units models might be more detailed ."; 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 = ''; } }