var fDesc=new Array(); fDesc[0] = "AeroBlend automatically changes the Windows Color to match the current wallpaper or active application icon\contents.
When in wallpaper mode, as each wallpaper is changed, either manually or via the Windows slideshow, the Windows color will change to match the wallpaper.
Additionally other modes include using the active application icon, it's contents or even set the color manually by picking on the desktop or choosing a color."; 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 = ''; } }