var fDesc=new Array(); fDesc[0] = "Punished Talents: Seven Muses Collector's Edition is a hidden object game in which your close friends have been murdered in Boston recently and the crimes are identical to ones described in books written by author Russell Pollack, your husband. You'll have to find clues and explore the gorgeous world of 1930s Boston as you set out to save your friends and prove Russell’s innocence."; 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 = ''; } }