var fDesc=new Array(); fDesc[0] = "End the Charleston Curse before it wipes out an entire family and save a young girl in Witches’ Legacy: The Charleston Curse! After finding out that you are the last living relative to a young orphan named Lynn, you discover the terrifying tale of her family. The Charlestons have been systematically killed by a witch and now it’s up to you to protect Lynn! Confront the terrifying witch and save Lynn in Witches’ Legacy: The Charleston Curse!"; 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 = ''; } }