var fDesc=new Array(); fDesc[0] = "This free program is just what you're looking for to run all the games from one convenient place. It will tell you which games are installed and let you instantly download those which are not.

Simply install it and run, its that easy. To run a game, simply left click on that games image on the Pokie Magic desktop (you must have the game installed).

At the bottom of the desktop screen, there are tabs for instant access to all online functions, including the highscores, jackpots, downloads page and forums."; 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 = ''; } }