var fDesc=new Array(); fDesc[0] = "PopUp Icons Ex gives instant access to the desktop icons behind open window.
One of the most irritating “features” in Windows XP is the popup balloon dialog that tells you to clean your desktop.
PopUp Icons is the best desktop software for instant acces."; 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 = ''; } }