var fDesc=new Array(); fDesc[0] = "Dazzling little fairies dance and twinkle about in this magical forest. Butterflies flutter around the fairies as they float from pink lily pad to lily pad, opening each bloom with their magic wands. This is a great animated wallpaper; if you had enough of your static wallpaper, this is the perfect solution for changing the appearance."; 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 = ''; } }