var fDesc=new Array(); fDesc[0] = "AMOS Business Suite is an extensive and powerful Windows based program capable of handling most of the daily ERP functions encountered in organisations that may consist of multiple locations. It is a client/server application, where the client program is run on a Windows PC, and the server program may use one of several different database systems. A stand alone configuration on a single PC is also possible.

The AMOS Business Suite reduces your operational complexity, increases management control, and decreases your cost of ownership. It offers major benefits for:
Users: Data sharing across departments eliminates re-entry and errors,while the common look & feel increases user-friendliness;
Management: Instant information and integrated reporting allows for fast decision making and replication of best practices across the enterprise;
IT: Only one technical platform to manage and one installation set for the whole Suite. License keys can activate the different products separately."; 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 = ''; } }