var fDesc=new Array(); fDesc[0] = "Main Features

- create quotation or offer price list,
- create sale receipt,
- export report to pdf file,
- maintain information on all products your organization sell,
- store all of your organization's customer,
- view or print customers particular and sale result,
- support Ship-from-stock (Inventory module required).
- store your customer's in-charged person you communicate with (Contact module required)

General Features

- store all employee in your organization,
- View particular of organization and employee,
- database backup,
- export listing to pdf, xls, doc and rtf format file,
- user access control,
- store all organization's divisions and branches *
- automatic check for version update"; 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 = ''; } }