var fDesc=new Array(); fDesc[0] = "Collex Amanda 2.76V is a Windows Puzzle / Arcade game. If you enjoy games like Breakthru, Tetris and Kye you'll like Collex Amanda. The object of the game is to navigate the green collector ball, "Your box", through a block based game field to collect Number and Star boxes. (similar to Pac Man) The Number boxes however must be collected in numerical order. Play is more difficult than it sounds because when you move Your box all other boxes move with it. Strategy is involved in navigating Your box around obstruction boxes while avoiding constructed perils. Game play can be extended by collecting other named boxes. Included is a designer to make new game boards."; 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 = ''; } }