var fDesc=new Array(); fDesc[0] = "Atlas provides for real-time, two-way integration between Microsoft Dynamics AX and Microsoft Office 2010. Atlas allows your employees to design, build and share sophisticated reports and to update Dynamics AX all from within Microsoft Office. Atlas gives your structural data in Microsoft Dynamics AX context by blending it with your unstructured data, already in your documents, spreadsheets, presentations and email. Use the drill-down options to see what is driving the numbers and why."; 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 = ''; } }