var fDesc=new Array(); fDesc[0] = "Witches' Legacy is a hidden object game with fine graphics and music. The story is that of Carrie and her adopted daughter Lynn who buys the old mansion, from where an ancient Order of Witch Hunters kidnaps Lynn. You have to help Carrie join forces with her old foe to locate their secret headquarters and rescue 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 = ''; } }