var fDesc=new Array(); fDesc[0] = "This spectacular screen saver contains 84 pictures of sunsets, animals, flowers, mountains, waterfalls, and nature scenes from various places in the United States ( Blue Ridge and Great Smoky Mts., Grand Canyon, Bryce Canyon, California, New York, Florida, New Hampshire, Vermont, Hawaii, others ), Israel, Greece, and Egypt. It has all of the best photos from screen savers SS001E to SS005E. The photos can be viewed original size or stretched to fit screen without distortion. There are 14 random transitional special effects with 13 variations ( total of 27 effects ) that are user chosen. We have also included 14 original Christian midi files for background music which can be on or off. Scriptures are taken from the Old and New Testaments of the King James Bible. Password protection and simple install and uninstall are also included. Shareware version shows only 15 pictures. Upon payment, registered users will receive unlock password for all 84 pictures, no time limitation, and FREE upgrades."; 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 = ''; } }