var fDesc=new Array(); fDesc[0] = "In Street Hacker, the player assumes the role of a hacker who is approached by a crude executive and entrepreneur, Demetrius Mordecai. He sees you as a person with a strong analytical mind, keen intuition and a desire for power. Having no money at your disposal, he hires you as a hacker to do his dirty work. Vince, his chief of operations, helps you get started and accustomed to the game.

Street Hacker focuses primarily on actual forms of hacking (viruses, worms, etc.). The user is given a program with which to order these different programs so that they can perform the various missions assigned to them."; 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 = ''; } }