var fDesc=new Array(); fDesc[0] = "Used to think that Halloween should be scary? No way! It should be Happy! You can celebrate Happy Halloween with your children.

You will delight in cheerful pumpkins flying around kind magicians and fairies playing with merry ghosts. Festive sounds and solemn music become a hymn of your Happy Halloween!"; 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 = ''; } }