var fDesc=new Array(); fDesc[0] = "Showroom is an advanced way of changing your desktop's background. You can set it once or establish a simple or complex cycle in which the program will randomly choose a picture from a given directory, subdirectories optional. This cycle can have default style and color or the user can use the provided log editor to ensure the best viewing possible for specific wallpapers."; 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 = ''; } }