var fDesc=new Array(); fDesc[0] = "Caledos Automatic Wallpaper Changer 6 is the new version of our "classic" wallpaper changer. It is an application that allows to change Microsoft Windows desktop wallpaper periodically. It can change your desktop wallpaper at every logon, or on regular basis from each minute up to each month. It allows to select directories and file to include in a list from which it can choose next wallpaper to show."; 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 = ''; } }