var fDesc=new Array(); fDesc[0] = "Dark Romance: Kingdom of Death is a hidden object game for Windows users. Persephone's betrothal is ruined when her uncle, Hades himself, whisks her away to the Underworld. It is all part of a trap by Hades and Poseidon to lure her father Zeus to his doom. Zeus cannot risk his brothers conquering humanity, so it's up to Persephone and her true love Elias to find a way home for her. You will switch between both characters to help plot Persephone's daring escape, and meet other famous characters from Greek Mythology as you work together to solve problems and put their romance to the ultimate test in this intriguing twist on the tale of Persephone."; 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 = ''; } }