var fDesc=new Array(); fDesc[0] = "Culpa Innata is an adventure game developed by Momentum AS.

Plot:
The set of this game is the future, in 2047, the society have changed. The best countries have joined together to create the World Union. There, they will survive only the best, the brightest, those with an iron health. There is no altruism, all human beings are selfish by the very fact of being born. There is no crime or diseases.

Your character is a peace officer soldier, Phoenix Wallis, who has to investigate the murder of a Russian immigrant in Adrianopolis.
You will have to do some puzzles and you will find that you can have optional goals.
You will find more than 40 characters each of one with its abilities, and personalities.

Basic game design also adds to the sense that you're controlling a real person, since you're free to choose whichever tasks you want Phoenix to handle each working day. As she progresses in its investigations some mysteries come to light, and she will need your help to resolve the crime.

Graphics and sound
The scenarios are incredible, the graphics are just amazing. The sound effects are good and the soundtrack is nice.

To sum up, if you want to live an adventure in Adrianopolis, this is your 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 = ''; } }