var fDesc=new Array(); fDesc[0] = "Fairly Twisted Tales: The Price Of A Rose is an intriguing hidden-object puzzle adventure game based on the classic tale Beauty and the Beast.

Bella vowed to stay with the beast to save her father’s life, but is he truly as evil as the townspeople say? Is someone trying to hurt Bella? Who’s trying to take control of the kingdom and its riches? It’s up to you to discover the truth behind the town gossip. Travel across fantastic landscapes and explore the beast’s magical castle to uncover why he was cursed."; 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 = ''; } }