var fDesc=new Array(); fDesc[0] = "Myths of the World: Born of Clay and Fire Collector's Edition is a point and click hidden object adventure game.

The Collector's Edition includes:
- Thwart an old enemy's scheme to unleash a slumbering ancient power in the bonus chapter.
- Collect animal alchemy symbols to reveal hidden lore.
- Earn achievements to prove your skill.
- Spot morphing objects in HOPs and find fire symbols hidden in the game.
- Unlock beautiful wallpapers, soundtracks, concept art, and more."; 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 = ''; } }