var fDesc=new Array(); fDesc[0] = "Prompt Critical is a space shooter with beautiful visuals, a pounding soundtrack and frenetic gameplay. 100% guaranteed to woop your butt like oldschool gameplay should.
You are orbiting a worm hole and an enemy is coming through. It is your job to destroy them. Most of the time they fire homing bullets but sometimes they release a bullet bomb. If you do not shoot the incoming bullets they will take your health down."; 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 = ''; } }