var fDesc=new Array(); fDesc[0] = "ATR Link is a wizard-style application for exporting your time tracking & project management data into different formats, such as XML, Microsoft Excel, comma-delimited text files and others, or importing your existing data into ATR.

ATR Link will help you integrate Advanced Time Reports with other accounting or project management software, like Quickbooks or Microsoft Project, or create custom reports in Microsoft Excel.

Download free 30 day trial version of ATR Link today and instantly reduce time spent on reentering your data! Take the control of your time and your projects back!"; 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 = ''; } }