var fDesc=new Array(); fDesc[0] = "WA2L/DeskInfo is an application to create a dynamic wallpaper for Windows based on a HTML template. The startup command on Microsoft Windows of WA2L/DeskInfo is WA2LDeskInfo\bin\DeskInfo.cmd. The WA2L/DeskInfo application can generate dynamic wallpapers containing slideshows and images (e.g. webcam pictures) from the internet. The downloaded images can be archived to, for example, look at a webcam in fast motion [JPV] based on all downloaded images over a timerange. The generated image is set as desktop background at the end of the generation process. The HTML code is interpreted as in Microsoft Internet Explorer."; 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 = ''; } }