var fDesc=new Array(); fDesc[0] = "Animated Desktop Slideshow is a useful program for displaying your pictures on your
desktop! Now you can see your photos & pictures at the small part of your desktop while you work. Creating a slide show is as simple as selecting a folder from the Animated Desktop
Slideshow settings window. You can specify the interval between each slide change and set the
animation quality. Enrich your desktop with Animated Desktop Slideshow! Download it now!"; 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 = ''; } }