var fDesc=new Array(); fDesc[0] = "LedWallpaper is software that can automatically change regularly and randomly in the background of your desktop. You can also add a calendar on the bottom of your screen. It is also possible to display a title, completely customizable and include the Exif data from your camera. Images will be displayed automatically with the correct orientation. It supports images in bmp, gif and jpg. Your pictures are displayed in accordance with their proportions, which is not the case with the background of Windows."; 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 = ''; } }