var fDesc=new Array(); fDesc[0] = "Enjoy an online hacking experience, easy to play and the users might even learn something about hacking. The game uses concepts from the real world and allows the users to experience the hacking world without the possibility of getting in trouble. Scan your targets to learn what programs and versions they are running and more."; 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 = ''; } }