var fDesc=new Array(); fDesc[0] = "In the arena of Enterprise Performance Management and Business Intelligence, another reporting option is the Lawson Add-Ins for Microsoft Excel and Word. With the Lawson Business Intelligence tool's integration with Microsoft Office, users can access Lawson data directly from Excel or Word to create queries and reports.

These tools are wizard-driven to allow for easy creation. Drill Around functionality and Lawson security are maintained in this process to ensure that the user‘s experience is highly functional, yet within the limits of their typical security profile."; 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 = ''; } }