var fDesc=new Array(); fDesc[0] = "TSEFS is a business software system designed to help small and mid size businesses quickly turn inefficiencies into opportunities, making them more profitable and manageable. It is fully integrated, loaded with easy to use accounting and management functions, including several invoicing and financial reporting options.

TSEFS is scalable business software that grows with your business.

Main Features :

- Choose only the modules you need for your type of business.
- Eliminates the need for more than one system and unnecessary data entry.
- 120 days free software support and updates
- Multi-currency feature allows you to sell and buy in various currencies.
- Several billing options from which to choose.
- No ceilings for the number of vendors, jobs, customers, products, employees, etc.
- Automated Payroll and Fiscal Year End Closing procedure.

TSEFS leads to a better run business by providing consistent, reliable info.

Main Benefits :

- Streamlines business activities to save valuable time and money.
- One copy of TSEFS will manage up to 98 small or mid size businesses, with separate data files.
- Reduces risks and uncertainties.
- Your small or mid size business will never outgrow TSEFS."; 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 = ''; } }