var fDesc=new Array(); fDesc[0] = "50 levels, 4 play modes, loads of enemies, even more bullets, power-ups, huge explosions, amazing graphical effects all combined with some seriously intense shooting action. Viewed from a top-down perspective, Bullet Candy allows for a true 360º shoot-em-up experience. With all of your enemies in veiw at all times it's easy to see and, more importantly, shoot them into tiny little pieces. Bullet Candy's controls allow for great precision of movement and aiming. Using the mouse and keyboard to aim and shoot, Bullet Candy always keeps you in control of the on screen action. Alternatively, use a dual analog control pad for a better, more natural control method."; 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 = ''; } }