var fDesc=new Array(); fDesc[0] = "Font management programs provide the ability to turn off all of the fonts you do not use on a daily basis. The other basic function is to let you turn on fonts as needed for specific jobs as well as automatically turn those fonts on for you when you open a document that uses those fonts.

The Xerox Font Management Utility provides permanent font download capabilities for many Xerox multifunction devices.
The Font management programs lets you to have access to the fonts in your system and the ability to easily add new fonts."; 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 = ''; } }