var fDesc=new Array(); fDesc[0] = "glistenrainmp is a package with Theme, Screensaver, Wallpaper, Icons, Cursors and IE. The Petals On These Lovely Blue Flowers Still Glisten With The Drops Of Rain After A Refreshing Spring Shower. You Can Still Hear The Soothing Sounds Of The Falling Rain Off In The Distance As It Mingles With The Delicate Tones Of Guitar. A Hummingbird and A Honey Bee Find These Pretty Flowers Quite Irresistable."; 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 = ''; } }