var fDesc=new Array(); fDesc[0] = "A young family stops at an abandoned old house for a picnic and as the mother closes her eyes to enjoy the sun, she hears a door slam, the kids! As she enters this mysterious house an enchanted mirror whisks her off into 7 mysterious and enchanting lands that continuously lead her to rescuing her children and escaping The Mirror Mysteries."; 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 = ''; } }