var fDesc=new Array(); fDesc[0] = "TRADEANNEX is an ERP solution for your trading business. It brings to you a suite of integrated business management and decision-making tools.

It enables you to adapt best business practices as well as leading computing technologies accepted by the industry.

It comprehensively covers customer management, supply chain and business accounting for small, medium and large trading enterprises.

It creates greater room to grow your business rather than just manage it.

The tools, techniques and methodologies employed in developing TRADEANNEX has made it futuristic, secured and scalable yet simple to use.

Robustness gives business owner peace of mind. Simplicity gives employees chance to enhance business."; 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 = ''; } }