var fDesc=new Array(); fDesc[0] = "Goodgame Galaxy is a space adventure game for Windows users. You are to create your own space base and protect it from the enemies. Build accommodation blocks, research centers, space ships, portals, laser and plasma guns. Don't forget that the citizens need entertainment so build theaters and video panels. Travel to the far away bases and fight with enemies. Choose one of the three factions and you will be able to ally with other players."; 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 = ''; } }