var fDesc=new Array(); fDesc[0] = "Follow the story of Melrose as she enters the realm of dreams! Melrose is an unlucky girl who loves to dream. Seeking happiness, she one day steals a gadget that draws her into a happy dreamworld. But once she is there, the dreamworld is revealed to be a dangerous place instead. A mysterious fairy godmother appears and offers to help Melrose leave. Suddenly the fairy is kidnapped, and Melrose must set out on a journey to find her. This journey takes her from treetrop villages and magic castles to valentine towns and even underwater cities.
Whisper of a Rose is a unique and moving game. It features a strong cast of characters, clever battles and many puzzles and quests."; 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 = ''; } }