var fDesc=new Array(); fDesc[0] = "Dark Romance: Heart of the Beast is a hidden object game. Your father’s illness has taken a turn for the worse. Now only the fabled Rose of Life can cure him, but it grows only in a kingdom far from your home. And you aren’t the only one after it. The powerful witch Claudine craves its rejuvenating powers, and has stolen it from a prince, cursing his kingdom. Team up with the prince and work together to stop Claudine. Your father’s life, and the lives of the prince and his subjects, hangs in the balance."; 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 = ''; } }