var fDesc=new Array(); fDesc[0] = "Rose Riddle: The Fairy Tale Detective Collector's Edition is a time management game with a mystery adventure theme. When an anonymous letter sends Rose to Route 66 to meet the parents she's never known, a tornado appears out of nowhere and sweeps her away to a land of fantasy, where she learns her mother and father have been kidnapped.

You must join Rose as she travels across the new world in her red convertible, meet a cast of color fairy tale characters, complete quests that will bring her closer to her parents. In each level, you must collect and manage resources, complete quests, and unlock the next level, within a specific time."; 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 = ''; } }