var fDesc=new Array(); fDesc[0] = "Wild Flowers Screen Saver is a collection of wild spring flowers. Naughty, shy, tender, thorny, but always unspeakably wonderful in its own unique appearance. isplay 36 photos of beautiful and colorful wildflowers such as Blue Violets, Trilliums,Touch-Me-Not,Forget-Me-Not and more accompanied by an optional soundtrack of MIDI-based tunes"; 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 = ''; } }