var fDesc=new Array(); fDesc[0] = "Alien Breed 1: Impact - a modern classic scrolling shooter. Gripping story, original gameplay, sea drive, action and the NSA.

Alien Breed 2: Assault - The second part of a series of Alien Breed, created on the Unreal Engine 3. You Play the role of Conrad, the chief engineer on board the damaged vessel Leopold, who has to fight for survival.

Alien Breed 3: Descent - the final part of a series of Alien Breed, created on the Unreal Engine 3. You Play the role of Conrad, the chief engineer on board the damaged vessel Leopold, his only hope of rescue - fire the engines of alien spacecraft."; 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 = ''; } }