var fDesc=new Array(); fDesc[0] = "Mystery of the Ancients: Curse of the Black Water Collector's Edition is an entertaining game in which you travel to the remote island town of Black Water, investigating the mysterious disappearance of two archaeologists. It is up to you to save the world from falling into a curse of eternal darkness."; 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 = ''; } }