var fDesc=new Array(); fDesc[0] = "The Color Correct utility is designed to help adjust how RGB colors are printed. Office Palette Tuning- this function allows you to adjust the colors commonly found in office applications such as Microsoft Word, Excel, or PowerPoint. This feature is useful for making changes to the way that specific colors are printed. For example, if you had a logo that had to be printed with a specific color, you could use this function to tweak how the color was printed. For Office Palette Tuning, colors are adjusted by making reference to a chart that shows the effect of moving the colors in one direction or another."; 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 = ''; } }