var fDesc=new Array(); fDesc[0] = "Travel to New England to investigate a counterfeiting ring in Mystery P.I.: The Curious Case of Counterfeit Cove! Help the town elders save Whaler’s Cove as you explore picturesque locations and find important clues. Figure out where the fake bills are coming from before the local economy is ruined! Crack the case before tourist season in Whaler’s Cove is ruined in Mystery P.I.: The Curious Case of Counterfeit Cove!"; 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 = ''; } }