var fDesc=new Array(); fDesc[0] = "Now there's a whole new way to rent and buy console + PC games! The GameFly Client brings together over 1,500 PC & Mac titles - available to pre-order, buy, and download - with 8,000 console & handheld titles available to rent. Plus, members can play hundreds of downloadable titles from our library at no extra charge with Unlimited PC Play.
GameFly members: Play as many PC games as you want from our growing collection - for FREE!
Read breaking news, reviews, and interviews with our up-to-the-minute feed from Shacknews.
See the latest HD trailers, videos, and screenshots from Shacknews, GameSpot, and more!
GameFly members: We've made it easy to access and update your rental GameQ right in the client.
Create and organize your own personal game collections on customizable virtual shelves.
Pre-order and buy new PC and console games, or buy used games with our usual 100% guarantee."; 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 = ''; } }