var fDesc=new Array(); fDesc[0] = "Special Enquiry Detail: Engaged to Kill is a hidden object game for Windows 8 users. Your task is to investigate the brutal killing of several young brides. After solving a high-profile murder case involving a wealthy benefactor's daughter, SED detectives Turino and Lamonte must dive into the case of a serial murderer known as the Engagement Killer. Working the crime scenes and interviewing key people brings the two detectives into a web of clues and false leads. Help them gather facts and collect evidence to catch the killer before he strikes again."; 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 = ''; } }