var fDesc=new Array(); fDesc[0] = "In DOGOS you play the role of Desmond Phoenix, a skilled pilot and leader of the Human Resistance against the Zeetnuks, an evil alien race that have invaded the Earth. Desmond commands sophisticated ships designed with alien technology and equipped with various types of powerful weapons."; 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 = ''; } }