var fDesc=new Array(); fDesc[0] = "The Path of Hercules is a unique mixture of Match-3, Hidden Object and Adventure gameplay.

Follow the path of the great hero of the past, Hercules, as you embark on a new exciting journey. Ancient Greece prospered under the patronage of the mighty gods of Olympus, but over the years, its residents forgot to give the deities their due and thank them for the abundance and happiness in which they lived. Restore seven ancient artifacts to appease the gods and save the wonderful Peloponnese from destruction."; 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 = ''; } }