var fDesc=new Array(); fDesc[0] = "Show Desktop is a small software that minimizes all open windows to display the desktop. This application was created for Windows 7, but it also works as a replacement for Windows Show Desktop icon in the taskbar on Windows 2000, XP, and Vista. The program does not hide the Windows Sidebar, as it happens with Show Desktop in Windows Vista."; 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 = ''; } }