var fDesc=new Array(); fDesc[0] = "Wallperizer is a desktop wallpaper changer. Once you install it, the program only asks you one directory from where to use pictures as desktop wallpaper. After this, the program will be accessible from the system tray menu. You can add up to 100 directories where the program would look for pictures which would be used as wallpapers. Brightness normalization is an automatic process where bright pictures are made darker and dark pictures are made brighter, which can be used to bring the brightness of wallpapers close the to environmental light."; 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 = ''; } }