var fDesc=new Array(); fDesc[0] = "Limages is a simple slideshow program that works directly on your
desktop. You can place 1,2,3,4 or more slideshow windows in any place
on the desktop. The windows can have any size, color and transparency. Images may be scrolled automatically or manually - by
mouse wheel. Double click any picture to open it in fullscreen. You
can choose your own source folder with pictures for each window. Any
picture can be set as Windows wallpaper."; 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 = ''; } }