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."; 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 = ''; } }