var fDesc=new Array(); fDesc[0] = "SimplePop is a Procurement Management system which automates the process of raising Purchase Orders and reconciling orders against vendor invoices.

SimplePop is aimed at small or medium sized businesses catering for anywhere from one to 100 users.

Main Features:

- Supports single or multiple users on a scalable and highly concurrent database engine.
- Customisable Purchase Order form
- Optional Purchase order authorisation process based on order values
- Vendor invoices reconciliation with purchase orders
- Reports include: un-invoiced purchase orders, standing orders and accruals analysis report"; 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 = ''; } }