var fDesc=new Array(); fDesc[0] = "PaperQuote is a simple piece of software that brings to your Desktop daily quotes from the Internet, just phrases that express thoughts and inspire the world. The default installation will replace your wallpaper by a new one containing the quote, and this wallpaper will change everyday. Moreover, if you don't like the installed wallpaper, you can choose from a couple more (there are 3/4 daily wallpapers).
The phrases are from Abraham Lincoln, Napolean Bonaparte, and many other historical characters, as well as some verses from the Bible. These quotes are available through "quote channels" you can add more free channels (currently 9) and pay for other 3 non-free channels to support the project.
For these quotes you like more, it is possible to add them to a favorites list and use them back, and share them with others via a web form. Also, the recent images and quotes are stored in a cache, so you can retrieve them back.
And if you like, you can download new skins and use them on the program."; 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 = ''; } }