var fDesc=new Array(); fDesc[0] = "The city has been wiped off and sunk to the ocean bottom. All living creatures strive to survive and invented machines to adapt to the drastic change in environment. Competition amongst the different groups of survivors has led to the beginning of an underwater war. Your mission is to fight against the powerful Chaos Empire that has been making attempts to conquer everything that is left. You are fully equipped with all machineries and military weapons. There are so few heroes left, you are one of them, and you must defeat the Chaos Empire to bring peace to the waterworld. CyberPlanet Interactive is the developer of the game. Currently, BigFishGames is the authorized reseller where the game can be purchased and downloaded."; 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 = ''; } }