var fDesc=new Array(); fDesc[0] = "Dark Romance: The Monster Within is a hidden object game for Windows users. Your beloved Sybil receives a stunning painted portrait of herself, but something is wrong. The painting is slowly transforming into a monster, and Sybil is changing with it. Someone is out for revenge against you and your closest friends. You must solve puzzles and uncover clues that will reveal the villain behind this scheme. The Collector's edition includes a bonus chapter, exclusive wallpapers, art, and music."; 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 = ''; } }