var fDesc=new Array(); fDesc[0] = "New York City has been hit with a series of murders and the body count is piling up. For FBI Agent Nicole Bonnet, finding a lead is becoming impossible, as it seems the victims are all antiquarians and collectors and have no connection with one another. Stop the killer before another person winds up dead in Art of Murder: Deadly Secrets!"; 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 = ''; } }