var fDesc=new Array(); fDesc[0] = "Myths of the World - The Heart of Desolation is a puzzle adventure game. It was just supposed to be a routine mission; fly in, drop supplies, and fly out. But when a dragon attacks your plane, crash-landing in a lush valley, you’re drawn into the adventure of a lifetime. This ancient valley is filled with living, breathing dragons; guardians of nature who protect the weak. But when one of their own becomes possessed by their ultimate foe, it’s up to you to restore order."; 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 = ''; } }