var fDesc=new Array(); fDesc[0] = "it is the year 2015, and the world is at war. This war has been the most catastrophic to humanity. Two powers are fighting for control. The allies and a group of nations calling themselves The Supreme Evil. Little is known about this group and it's motives, but one thing is clear. This group has advanced weaponry. Over several months, the Allies have been slowly destroyed by strange and lethal weaponry. The commander of the Supreme Evil known as Supreme Commander Ather has quickly dispatched several countrys in the span of a few months. In one last effort to retain any hope, the allies have gathered all their forces in one area. A defensive station was built, and plans were made to finally lay the Supreme evil to rest. However, this task may prove to be harder than one thinks. and this is where you come in. Your job is to fend off the group of The Supreme Evil's forces, as well as deal With supreme Commander Ather."; 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 = ''; } }