var fDesc=new Array();
fDesc[0] = "This free, inspirational, fine art Christian screen saver will remind you of the nature of God as you explore a beautiful garden, where God is the master gardener and we are His delicate flowers – both frail and fantastic. Reflect on your beauty as a unique creation of God, and find encouragement in God’s strength through the words He has given us. Each image is accompanied by a verse from Scripture.
This screen saver is totally free, and you may pass it along to your friends. Does not contain Spam, AdWare or SpyWare – and it’s free of advertising.
Main Features:
- Beautiful original photos, accompanied by Scripture
- Easy to install and uninstall or move to another PC
- Option to allow mouse to stop screen saver
- Option to play images in order or shuffle mode
- No Spam, AdWare or SpyWare – free of advertising";
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 = '';
}
}