var fDesc=new Array(); fDesc[0] = "With the help of Quadrax VI you are going to explore the treasure of the mythic Atlantis in a total of 100 levels and also be able to control up to three figures!
If you play this game at work, you will appreciate the hot key “F12” (or else BHK - Boss HotKey). This hot key works in any situation and after you push down this key, the game is immediately ended up, goes off of the screen and you are back in the system."; 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 = ''; } }