var fDesc=new Array(); fDesc[0] = "Space Empires IV Deluxe is an strategy game where you will be able to explore, expand, exploit and exterminate planets. You will have to start in a small planet with some resources to build your ship and from there explore another planets. Your goal is to conquer another planets before they conquer yours. In addition, you can develop your own technology, which will let you create your ships as you want."; 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 = ''; } }