var fDesc=new Array(); fDesc[0] = "Return to Mysterious Island 2, the sequel to adventure game Return to Mysterious Island released in 2005, and inspired from Jules Verne’s novel The Mysterious Island, offers the player an experience comparable to that of Robinson Crusoe or one of Verne's characters. But in this new installment, survival is not all! The player will also have to save the island from an environmental disaster. The scenario enhances ecological issues that were already shared by Jules Verne and that no one ever questions today.

Return to Mysterious Island offers a very innovative gameplay with the synchronization with iPhones and the information sharing module. The synchronization will allow the PC player to complete a puzzle on his/her iPhone while on the go, then reintegrate it into his/her PC to continue the game. This allows him/her to carry on the game experience in another context, away from the computer. The data sharing module will allow one to seek advice and share impressions and tricks from players who are online at the same time.

Return to Mysterious Island 2 begins with the crash of the helicopter that came to rescue Mina. She survived but is once again trapped on the island. All of a sudden, under her very eyes, an unknown disease afflicts the plants first, then the animal life. Mina explores the island to locate the infection source. She searches Captain Nemo's base in vain, then the ruins of an unknown civilization, and finally understands that it is outside pollution that threatens the island. The only way to save this natural wonder is to turn the shield back on. But if Mina makes this decision, she gives up -as Captain Nemo did before her- the idea of returning to civilization…"; 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 = ''; } }