var fDesc=new Array(); fDesc[0] = "mygameIQ is a channel based, digital distribution and content management platform for gaming, and was developed by Pragmatic Solutions. Download and install the mygameIQ application and get access to a diverse catalog of games through a fun, easy to navigate interface.

By celebrating the unique world of gaming, mygameIQ will create a new community of users! You'll find familiar games you already love and new titles you won't find on other game sites, as well as great videos and screenshots bigger and more vibrant that you'll find anywhere else."; 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 = ''; } }