var fDesc=new Array(); fDesc[0] = "Microsoft Color Control Panel Applet for Windows XP 1.0, is one of the powertoy from Microsoft Powertoys Collection. It adds a new option 'Color' in the Windows XP Control Panel. Using this you can view and edit color management settings in Windows XP. It also allows you to play with color profiles, you can install and uninstall color profiles and change color profile associations for displays, printers and scanners. You can also view detailed properties for color profiles, and rename color profiles. Using this tool you can automatically adjust the gamut curve of the display when a color profile containing gamut table information is set as the default profile for the display. It also provides the capability of setting up display calibration reminders at intervals you specify. You can view color profile color gamuts as a 3D graphics plot. A number of ICC color profiles comes preinstalled in this software, so you can install and uninstall them based on your choice. It is a must download for photographers and artists."; 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 = ''; } }