var fDesc=new Array();
fDesc[0] = "Corrosion: Cold Winter Waiting is a dark, shocking, and fear charged mystery horror game, that casts the player in the role of Sheriff Alex Truman as he attempts to piece together the origins of a disturbed and unidentified car crash victim.
Set entirely underneath an idyllic country farmhouse, in the deserted and claustrophobic confines of a mysterious and secret underground complex, players will explore a place nobody knew existed, and uncover a twisted past that gets more and more terrifying with every corner turned, every door opened, and every note read.
Main features:
- detailed storyline and characters
- 1st person slideshow style interface
- atmospheric 3D scenes
- puzzles integrated into the narrative
- 1024 x 768 screen resolution
- chilling and emotive original score";
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 = '';
}
}