var fDesc=new Array(); fDesc[0] = "PlayVIG is a gaming platform which lets you improve skills and win rewards while playing your favorite games. You can choose from hundreds of free Quests and Leaderboards. PlayVIG HUD tracks your progress automatically and rewards you instantly for in-game achievements. Coins can be spent in the PlayVIG Store to purchase digital content, gift cards, new games, etc.

PlayVIG support a variety of popular PC games, from first-person shooters to collectible card games, sports, tactical RPGs, and MOBAs."; 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 = ''; } }