var fDesc=new Array();
fDesc[0] = "For as long as you can remember, you've always had the same nightmare... a giant wave hitting your ship and then drowning. After deciding that the best way to overcome your fear is to face it, you buy a ticket for the Dark Seas' cruise liner maiden voyage. Unfortunately, your worst nightmare becomes a reality and a giant wave hits, causing the ship to capsize. Escape a grizzly fate in Epic Escapes: Dark Seas, a fun Hidden Object Puzzle Adventure game!
Main Features:
- Epic locations
- Fantastic gameplay
- Escape the sinking ship!
Requirements:
- OS: Windows XP/Vista
- CPU: 1.0 GHz
- RAM: 1024 MB
- DirectX: 9.0
- Hard Drive: 186 MB";
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 = '';
}
}