var fDesc=new Array(); fDesc[0] = "A terrible chain of mysterious events and cold blooded murders is revealed during the investigation of an old haunted mansion. Investigate the reason behind the disappearance of a painter and solve a cold case that has left a frightening trail to the present in Detective Agency 3: Ghost Painting."; 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 = ''; } }