var fDesc=new Array(); fDesc[0] = "The LIM Add-In is a tool that brings consolidated market data along with LIM’s quality-assurance checks into Microsoft Excel. The Add-In was developed in partnership with clients who needed fast access to large amounts of data over wide area networks.

The program uses the power of Excel to analyze data. Custom formulas allow for easy manipulation of raw time-series data into actionable information. There are more than hundred formulas already built into the server."; 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 = ''; } }