var fDesc=new Array(); fDesc[0] = "Fast-paced action awaits in Core Fighter, a futuristic shooter game by Anchorcast Entertainment.

Destroy thousands of enemies.

Explore abandoned bases, mines, and the depths of space. Upgrade one of three powerful ships with dozens of abilities, weapons, and more.

- Blast your way through fast-paced top-down shooting action
- Play as three different ship classes: Light, Medium, and Heavy
- Explore ten levels spread across three stunning environments
- Prove your worth by collecting 12 hard-earned Achievements
- Upgrade your ship with over 24 powerful weapons and upgrades
- Test your mettle against 8 distinct types of enemies
- Use special abilities like Cloak and Afterburners to sneak and rocket your way through levels"; 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 = ''; } }