var fDesc=new Array(); fDesc[0] = "Experience with NyxQuest: Kindred Spirits the awesome story of Nyx, an enigmatic winged girl, that must descend from heaven in search of her missing friend Icarus.
Overfly the ruins of ancient Greece and avoid falling into blazing sands or perishing in the claws of cruel harpies and hydras.
You will need the help of Zeus and other benevolent Gods from Olympus to summon their powers. They will let you cast rays, modify the scenery and control winds at your wish."; 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 = ''; } }