var fDesc=new Array(); fDesc[0] = "To hack anything, its required to follow a sequence of several steps. It's the concept of Tower Bombarde - the first steps in hacking servers and security systems. In this case the player should crack Cyber Brain which represents a labyrinth stuffed with security systems and various puzzles. Object of this game is to get out of this labyrinth, which is very difficult, considering that the hacker had lost almost all his abilities during the transportation and should DISCOVER them while passing through labyrinth."; 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 = ''; } }