var fDesc=new Array(); fDesc[0] = "SunAge is a multiplayer 3D game for Windows. This game takes place in the outer space, or in the landscapes, which are devastated by the nature or by the human being. The main objective of this game is to fight against the other two-armed groups. If we want to survive and control the world, we must try to posses all the four vital resources that are Nitrium Ore, Plutonium, Zirkonium, and Iberium Rods. We are wearing futuristic military uniforms; and there is a whole arsenal at our disposal, including powerful flying ships, heavy tanks, etc."; 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 = ''; } }