var fDesc=new Array(); fDesc[0] = "Product Importer for Sage, by WebXeL enables you to import product information from CSV or Excel spreadsheets into your Sage Instant and Sage 50 Accounts software, eliminating the need to manually enter or update any product records.
The Quick Add feature allows you to manually insert multiple products more quickly and efficiently than in Sage Instant and Sage 50 Accounts.

Main Features:
- Reduced Costs
- Reduced Errors
- Staff Involvement
- Free Trial
- Affordable"; 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 = ''; } }