var fDesc=new Array(); fDesc[0] = "Fans of clasical shooting games may rejoice! Absolute Blue is THE classical horizontal shoot'em'up game of the new millenium.
The player has to fight his way through the 60 sectors of 4 graphically different worlds with 3 levels each. He can improve his ship with many upgrades and power-ups to transform it into the devastating battle force necessary to confront the endless waves of heavily armored enemy fighters and creatures that will cross his path...
Technically, Absolute Blue is state of the art. Experience marvelous rendered
landscapes with up to 5 layers of parallax scrolling, full-screen explosions,
gorgeous animations and a sophisticated particle system used for smoke,
detonation and wheather effects that will stun not only die hard shooting fans but casual gamers around the globe alike.
The gameplay sets new highlights through a variety of challenges. The player
will face everything from high speed sectors, through changes in the scrolling
direction to fighting the effects of gravity and wheather influencing the controls of his ship. The game is a true test for everyone's skills.
Of course there's an adjustable difficulty as well as the obligatory on-line highscore hall of fame where the best players of the world will be able to present their achievements to everyone... until the next champion beats their score!"; 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 = ''; } }