var fDesc=new Array(); fDesc[0] = "Dark Romance: Heart of the Beast is a hidden object game with a romantic adventure theme. You are in search for the fabled Rose of Life that can cure your father's illness. But the powerful witch Claudine has stolen it from a prince, cursing his kingdom. You should team up with the prince and work together to stop Claudine."; 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 = ''; } }