var fDesc=new Array(); fDesc[0] = "AirRivals is an innovative 3D action game. In this massive multilayer online game (MMOG), players pilot their own Space Fighter (Gear) through the sky above the surface of a planet. While the action in the air provides you with all the thrills of a first-person shooter, you can also increase your skills and improve your Gear level by level - just like in an RPG. In AirRivals, you have full control over your Gear's movement - quite different from traditional RPGs with their mouse-click controls! But be careful: Your enemies will also attack from every direction and you can come under fire at any time. So always be on your guard and stay concentrated!"; 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 = ''; } }