var fDesc=new Array(); fDesc[0] = "Realms of Gold Deluxe

Help Odysseus find his way home in this epic puzzle adventure. Move your hero across the board and to the exit swapping colorful pieces to create matching groups of three or more. Stunning artwork brings the elements of this legendary tale to life while strategic puzzling fun provides hours of brain-bending excitement. Realms of Gold Deluxe is a voyage you'll never want to end.

Deluxe Features

* Epic Storyline
* Loads of Challenging Levels
* Gorgeous Full-Screen Graphics
* Helpful Power-Ups"; 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 = ''; } }