var fDesc=new Array(); fDesc[0] = "Theme Manager allows you to change the various graphics elements, sounds, gadgets and more, by working with other installed Stardock software. It also manages built-in Windows features, such as: cursors, screen savers, and wallpaper. Theme Manager simplifies changing all of these elements by doing it in one place, as opposed to running each individual application or Windows menu.

Theme Manager not only allows you to apply existing themes from MyColors, and WinCustomize.com, but it also allows you to create your own Suites (themes). These suites can be constructed from existing elements in Theme Manager, in addition to the thousands available on WinCustomize.com. Plus, if you only want say, a new set of cursors installed, Theme Manager allows you to select just that. You can pick and choose just the elements you want applied to your 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 = ''; } }