var fDesc=new Array(); fDesc[0] = "Use the magical Disney Fairies screensaver featuring The Pixie Dust Tree of Pixie Hollow on your personal computer.
This is a beautiful screensaver for children that loves the Disney cartoons.
The images are of good quality and of different sizes.Unfortunately, the screensaver doesn't include sounds or music, and neither can you add your own."; 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 = ''; } }