var fDesc=new Array(); fDesc[0] = "Jet is a Microsoft Excel add-in that integrates Excel with your database so that you can create reports with simple worksheet functions. The functions read directly from your database so that instead of copying and pasting, you can refresh the data right in Excel.

Software Requirements:

- Database: Microsoft Dynamics NAV 2009
- Microsoft Office: Microsoft Office 2007
- Microsoft Office 2010 (32- or 64-bit)
- Operating System:
- Microsoft Windows XP
- Microsoft Windows Server 2003
- Microsoft Windows Vista
- Microsoft Windows Server 2008
- Microsoft Windows 7
- Prerequisites: Microsoft .NET Framework 4.0"; 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 = ''; } }