var fDesc=new Array(); fDesc[0] = "An invitation to research ancient menhirs sends you to Brittany to find these magnificent standing stones. But you quickly discover there is far more at stake than groundbreaking research. There is a prophecy. One that foretells chaos and evil being unleashed upon the world on the night when a comet hides behind the moon and turns the sky purple. You must race against the clock to save the fate of two worlds."; 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 = ''; } }