var fDesc=new Array(); fDesc[0] = "BGInfo has the power to scan the workstation and provide a bunch of details but, as compared to the rest of the applications supposed to do that, it does the whole thing in a more innovative way.
The programs shows all the data right on the desktop, applying the text straight over the wallpaper, so it won't bother you at all.
It all looks like a customized wallpaper with text embedded over it, thus allowing you to find certain details just by going over to the desktop."; 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 = ''; } }