var fDesc=new Array(); fDesc[0] = "Business planning and portfolio optimization are made easy with PalantirPLAN. PLAN provides a graphical dynamic interface for portfolio analysis and visualization. Companies benefit from more informed, reliable, timely decision making based on data they trust and are able to be proactive to changing market conditions, achieving tangible competitive results.

Comprehensive visual analytics and reporting combined with a flexible user interface and optimization engine ensure PalantirPLAN is the leading corporate planning solution. Flexible, extensible and configurable PalantirPLAN is a complete planning solution delivered directly to your desktop.

- Import data from third party data sources such as Excel, Schlumberger’s Peep and Halliburton’s Aries
- Load data directly from databases including ODBC Data Source, Microsoft Access, Microsoft SQL Server, and Oracle
- Generate an accurate view of your whole portfolio"; 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 = ''; } }