var fDesc=new Array(); fDesc[0] = "WallpaperSpinner is a free automatic wallpaper changer. You don't have to settle for a boring desktop anymore. Watch your desktop come alive. WallpaperSpinner will take your favorite pictures that you choose and display them on your desktop. Supports JPEG, Gif or Windows BMP image formats. Works on Windows 95,98,ME,NT,2000,XP and 2003."; 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 = ''; } }