var fDesc=new Array(); fDesc[0] = "Clear Desktop allows you to hide or show all your desktop icons with the click of a button instantly without restarting your computer. Right click access from the start button to hide or show icons without opening the main program window. Change the registered owner/organization. Update includes option to hide Icons for all windows sessions while still being able to show them when necessary from the Start button."; 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 = ''; } }