var fDesc=new Array(); fDesc[0] = "Return of Monte Cristo is a fun and interactive hidden object game. It has a good graphic design and very simple to play. The main story line is about the romantic hero Edmond Dantes in a quest to discover Mercedes’ killer, and bring them to justice. Explore gorgeous scenes as you piece together valuable clues and solve the murder of Dantes' beloved. Travel to Paris while figuring out perplexing puzzles and experiencing an immersive plot, in this sequel to Alexander Dumas’ classic tale."; 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 = ''; } }