var fDesc=new Array(); fDesc[0] = "Its the 35th century and the cyborgs that man once created are out to take their home planet of Earth back! Your a cyborg with a bad attitude and a lot of firepower. Your mission is simple: stop the machines from taking overEarth. The registered version features 9 different worlds, 27 levels all with unique monsters and graphics. There areover 30 weapons to your disposal, and DOMINATION is the only game in the world that lets you log in and actually 'program' the computers within the worlds. If youre a DOOM or Quake fan then Domination is one you should add to your collection."; 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 = ''; } }