var fDesc=new Array(); fDesc[0] = "HP Games is an online portal that offers consumers access to more than 100 of the best-selling family games.
Built and managed by WildTangent, the HP Games portal offers the most popular games from leading developers, including Atari, Popcap and WildTangent Studios. HP Games caters to the booming audience of casual gamers seeking fun, family-friendly games to play on their computers.
The HP Games portal includes a new client application that enables the direct delivery of games to a consumer's desktop using idle bandwidth to seamlessly download games in the background while also letting consumers control how and when they are notified about new game releases.
WildCoins are a payment system you can use to play WildGames. They work like quarters in an arcade; games cost 1-6 WildCoins per session, and a session is the length of time between opening and closing the game. (Even if you lose, you can continue playing with that unit of coins). WildCoins are a great way to play our new games every week without buying them all. Plus, if you decide you really like the game you're playing with coins, you get a discount when you purchase the game for unlimited play!"; 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 = ''; } }