var fDesc=new Array(); fDesc[0] = "Welcome to GlobalSiege, a free military strategy game of world domination. The object of the game of GlobalSiege is to capture every territory on the board and wipe out all of your opponents’ forces, or to complete a secret mission issued at the start of the war. To win, you must launch decisive attacks with aggression, cunning and boldness while defending your borders on all fronts. Just when you think world domination or your secret mission is within your grasp, your opponent might launch a surprise attack on one of your strategic strongholds and bring you to your knees."; 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 = ''; } }