var fDesc=new Array(); fDesc[0] = "The Xerox DocuShare Client lets you access DocuShare directly from the Microsoft Windows desktop, Office applications, or Outlook. Not only can files be "dragged and dropped" directly into or out of DocuShare as part of routine activities, but they can also be directly accessed from Windows' Open and Save commands. If you’re using Nuance PaperPort, the PaperPort Link to DocuShare is installed with the Client, allowing you to drag and drop scanned documents to DocuShare."; 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 = ''; } }