var fDesc=new Array(); fDesc[0] = "Ignite is a companion to your gaming experience, allowing full launch and download of all Aeria Games, directly from Ignite. No more downloading from the main Aeria site.
Ignite offers social features to allow you to connect with your friends.
Customize what types of games you see, see what games you are downloading and access Ignite only offers."; 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 = ''; } }