var fDesc=new Array(); fDesc[0] = "Dark Romance: Curse of Bluebeard Collector's Edition is a point and click hidden object adventure game.

The Collector's Edition includes:
- Play as Ethan and save your son from a sorcerer in the bonus chapter.
- Collect beasts, figurines, and spells hidden throughout the game.
- Find roses in the game and exchange them for lavish furnishings in the boudoir.
- Enjoy behind-the-scenes extras like wallpaper, concept art, and music.
- Earn cool achievements as you master the game."; 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 = ''; } }