var fDesc=new Array(); fDesc[0] = "Dark Romance: Vampire In Love is a hidden object adventure game. Emily and Enron love each other and want to be together. But Enron is hiding a terrible secret – he is the son of Dracula. And just as Enron wants to tell Emily the whole truth about himself, she is kidnapped. No one knows where she is. But there are all the signs that she was abducted from her apartment against her will."; 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 = ''; } }