var fDesc=new Array(); fDesc[0] = "Sharp Button Manager T is a system tray application that monitors the scan buttons of Sharp document scanners and selects the appropriate Windows program. For each button, you can set the default application to open, such as Sharpdesk, Email, MS Word, OCR, and FAX. You can also set the default scan modes, resolution, color matching, file format, etc., for each button."; 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 = ''; } }