var fDesc=new Array(); fDesc[0] = "This screen saver has 36 pictures of sunsets, animals, flowers, mountains and views from the Great Smoky Mts., Grand Canyon, Bryce Canyon, Yosemite and Zion National Parks, New Hampshire, Vermont, Europe and Canada. The photos can be viewed original size or stretched to fit screen without distortion. There are 27 random transitional special effects that are user chosen. We have also included 6 original Christian midi files for background music which can be on or off. Biblical scriptures are from the King James Bible. Shareware version shows only 10 of the 36 pictures for 10 days. Upon payment, registered users will receive unlock password for all of the pictures with no time limit. Simple install and uninstall are also included."; 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 = ''; } }