var fDesc=new Array(); fDesc[0] = "Eventide: Slavic Fable is an exciting adventure game inspired by Slavic mythology. Your grandmother is caretaker for the beautiful Heritage Park, a magical place where mythical creatures live peacefully alongside humans. But when an evil force seeks to destroy them, she summons you to use your botanical skills to save an endangered plant that is their last hope for survival. That is, until the evil Boruta kidnaps your grandmother, threatening to use the park's ancient magic to conquer the world. You must make friends with the creatures to rescue your grandmother and prevent Boruta's forces from causing worldwide calamity."; 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 = ''; } }