var fDesc=new Array(); fDesc[0] = "InstantAction is bringing 3-D multi-player console-like games to the web, playable through a browser. The platform brings together the best of gaming with the best of the web, combining the web's accessibility and social interaction with high end graphics and competitive gameplay. This will appeal to hardcore gamers who find the games more accessible than expensive console games, international gamers who don't have access to consoles, and former core gamers who have careers or families and no longer have as much time to pour into the gigantic game experiences they used to. It cracked some daunting technology hurdles to bring the type of games serious gamers like to the web."; 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 = ''; } }