var fDesc=new Array(); fDesc[0] = "Easy to use software to change your desktop wallpaper. Allows you to change wallpaper on Windows startup or at specified interval. Just a few steps and your desktop will always have a fresh wallpaper. Jimpl Wallpaper Changer is absolutely free program, with an intuitive interface and low system requirements."; 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 = ''; } }