var fDesc=new Array(); fDesc[0] = "Perspective is an Automatic Desktop Wallpaper Changer / Background Switcher with 3D Perspective Rendering, 26 Eye-Catching Desktop Wallpaper Slideshow Transitions and Render Anywhere Technology. Display your favorite HD wallpaper and photos (abstract art, nature wallpapers, family, friends, places you've been or would like to visit) right on your desktop. Perspective Supports HD Wallpaper Photos (JPEG XR & Numerous RAW Camera formats). This is in addition to normal JPEG, PNG, Windows Bitmap and other Wallpaper Image Formats."; 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 = ''; } }