var fDesc=new Array(); fDesc[0] = "There are four kinds of groups in the Milky Way galaxy. They will fight for hegemony every four year. There are 24 planets in all. Defeat the enemies and conquer all 24 planets. Click on MOVE SQUAD, and then click on the target planet to move your ship. The more planets you conquer, the more chance you have. Buy more ships in the shop."; 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 = ''; } }