var fDesc=new Array(); fDesc[0] = "Brink of Consciousness: The Lonely Hearts Murders is a game in which you can help Owen Wright rescue his daughter from the clutches of the Lonely Hearts Killer, the mysterious figure who kidnaps and murders people who have suffered a love gone wrong. Your mission is to put a stop to the whirlwind of crime that has paralyzed this late 19th century British city."; 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 = ''; } }