var fDesc=new Array(); fDesc[0] = "ALCHEMEX provides reporting solutions aimed at small to medium-sized businesses that are looking for an easy-to-use but powerful business intelligence solution. Alchemex Smart Reporting interacts seamlessly with a company’s accounting or ERP system by connecting automatically to the data source and delivers real-time financial and business management reports in Excel. This functionality fills the gap that most accounting applications cannot – the extraction of secure source data into a pre-formatted Excel report automatically and on demand – thus eliminating manual report preparation and repetitive data extracts. Users can then view, manipulate, analyze and distribute the trusted information in the familiar environment of Excel."; 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 = ''; } }