var fDesc=new Array(); fDesc[0] = "Temporary Wallpaper - The wallpaper set by Wallp is temporary. If the PC is switched off, put in standby or crashes, your original wallpaper returns when you next switch on. Wallpaper Setting - Press your chosen hot key to reveal the list of pictures and then click on the one you want to set, or browse through the pictures with thumbnail, small or large preview. Slide Show - Press your chosen hot key to reveal the list of pictures and then press Ctr S to start a slide show of all the pictures in your wallpaper folder. Options - Hot Keys for activate, display style and quick deactivate. Slide Show Timer. Window Position. Smart Sizing. Auto Run. Easy to Try - Simple Install and Uninstall."; 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 = ''; } }