var fDesc=new Array(); fDesc[0] = "The SAP Business One application integrates all core business functions across your entire company – including financials, sales, customer relationship management, inventory and operations. Unlike many other small business solutions on the market today, SAP Business One is a single application. It eliminates the need for separate installations and complex integration of multiple modules which results in multiple maintenance charges."; 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 = ''; } }