var fDesc=new Array(); fDesc[0] = "Traditional screen savers usually serve to simply entertain us. Now all that time spent by your screen saver can be put to use.
You simply configure this screen saver for the folder(s) containing the source files you want to protect, and then set the destination folder(s) where you want the backup placed. The next time your screen saver kicks in, your files will be copied to the destination location."; 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 = ''; } }