var fDesc=new Array(); fDesc[0] = "Fatal Hearts is an adventure game that works pretty much like a "Choose Your Own Adventure" book where you, as a reader, have to decide to choose where the story would go next. In this game, players have to choose their own adventure and the choice they make will affect for sure how the game ends.

The story is about a fifteen-year old student, Christina, who is spending her summer vacations with her friend Lucy. As the story unfolds, you take control of Christina's decisions by choosing between different options and these will lead you to different scenarios. When you get to solve the first puzzle, Christina starts dreaming about a man somehow familiar and Lucy's parents appear acting strangely. Scenarios change continuously. Christina and Lucy go from the swimming-pool to the kitchen speaking and choosing their future and what to eat. Every decision you make is crucial and your way into helping her is by solving puzzles and being careful since Christina could also become a victim of the killer.

The best feature in the game is that you can make different decisions every time you start a new game."; 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 = ''; } }