var fDesc=new Array(); fDesc[0] = "This screen saver contains 20 spectacular photos of sunsets from various National and State Parks (Grand Canyon, Great Smoky Mts., Bryce Canyon and more) in the United States that can be viewed original size or stretched to fit screen without distortion. 27 random transitions are included and can be user chosen. There are 3 Christian music midi files with on/off and password protection. Biblical scriptures are taken from the Old and New Testaments of the King James Bible. Shareware version shows only 8 of the 20 pictures. Upon payment, registered users will receive unlock password for all of the pictures, no time limit, and FREE upgrades. 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 = ''; } }