var fDesc=new Array(); fDesc[0] = "Fresh Desktop is a useful utility that lets you manage vast collections of wallpapers for your desktop with ease.

Fresh Desktop changes your wallpaper at specified intervals, creates slideshow screensavers with 170 kinds of transition effects from the pictures in your collection, shows a calendar and a daily notice on your desktop etc.

Fresh Desktop integrates a powerful picture downloader that can search pictures meet your specifications from web sites and download them automatically."; 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 = ''; } }