var fDesc=new Array(); fDesc[0] = "The story says there was a happy and prosperous planet called HORTUS. It was attacked by robots-terminators form the TERMINUS system. They captured MEGACRYSTAL - the symbol of HORTUS power and prosperity. You control a fearless hero Mark Cyborg, who has a mission of prime importance - he must leave for TERMINUS and bring MEGACRYSTAL back to the home planet. You will have to overcome a lot of hardships before you can do that.
The action takes place at military bases of robrts. In order to complete a level you must find an exit destroying the enemies on your way. Destroy enemy robots and pick up bonuses to score the points."; 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 = ''; } }