var fDesc=new Array(); fDesc[0] = "Come along on a fantastic treasure hunt in ancient Greece!

Join the famous adventurer David Deanfield on his most mysterious mission yet – the one that will change everything!

Follow the trail of ancient heroes, past the Oracle of Delphi and the Theatre of Dionysus to discover the mysteries surrounding the Gods of Olympus!"; 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 = ''; } }