var fDesc=new Array(); fDesc[0] = "SmartScan Custom Field Manager program connects directly to your QuickBooks company file to access customer and item custom field information. It synchronizes with QuickBooks to update the information you enter with one click of a button.
SmartScan Custom Field Manager shows an interactive spreadsheet view of your QuickBooks item and customer custom fields. Custom field detail information can be added by manual entry or by scanning bar codes."; 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 = ''; } }