var fDesc=new Array(); fDesc[0] = "Super Arcade Machine is an ultimate 25 game pack including arkanoid and breakout style games, pacman style games and frantic space shooters. Incredible music, sound and graphics with many configurable options in each of the titles. Most games include many features.

This package of games is fun for the whole family and features 25 neat and addicting games including Animal Army, AstroRocks, Bricks On Mars, Christmas Balls, Egg Assault, Elephant Walks, Globes, Grand Prix, Guppies, Halloween Town, Lady Guppy, Monster Flames, Mouse Man, Mud Crawlers, Outer World, PacCyclops, Photon Blast, Red Droppers, Slimy Earth, Slither Creeps, Smiles, Space Invasion, The Fox Pit, UFO Galaxy and Whirlybirds."; 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 = ''; } }