var fDesc=new Array(); fDesc[0] = "In Deep: The Cursed Heart you are a museum owner in pursuit of an undead pirate who has kidnapped your daughter. You quickly realize that the undead pirate is entangled in a tragic, centuries-old love story, and wants to resurrect his mistress with the youth’s life force. You must act quickly to save the young girl's life before it is too late. Travel through haunting seas, ruined fortresses, and bone covered catacombs as you uncover secrets from the past."; 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 = ''; } }